'Declaration
Public Function DeleteLinkedServer( _ ByVal machineID As Guid, _ ByVal forceDelete As Boolean, _ ByRef messages As MessageCollection _ ) As Boolean
public bool DeleteLinkedServer( Guid machineID, bool forceDelete, out MessageCollection messages )
public: bool DeleteLinkedServer( Guid machineID, bool forceDelete, [Out] MessageCollection^ messages )
Parameters
- machineID
- The ID of the machine to delete the relationship with (from InstanceID).
- forceDelete
- Forces deletion of the relationship. Currently this parameter has no effect.
- messages
- Error messages if deletion failed.