adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / DeleteLinkedServer Method
The ID of the machine to delete the relationship with (from InstanceID).
Forces deletion of the relationship. Currently this parameter has no effect.
Error messages if deletion failed.


In This Topic
    DeleteLinkedServer Method
    In This Topic
    Removes a linked server (server trust relationship).
    Syntax
    '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.
    Remarks
    The caller must be an adTempus Administrator.
    See Also