adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / GetLinkedServers Method
The InstanceID of the machine to get the trust relationship for, or true to not filter by machine ID.
The name of the other server to get trust relationships for, or true to not filter by name.
The type of trust relationships to return, or true to not filter by type.


In This Topic
    GetLinkedServers Method
    In This Topic
    Gets information on trust relationships that the server has with one or more other servers.
    Syntax

    Parameters

    machineID
    The InstanceID of the machine to get the trust relationship for, or true to not filter by machine ID.
    computerName
    The name of the other server to get trust relationships for, or true to not filter by name.
    serverType
    The type of trust relationships to return, or true to not filter by type.

    Return Value

    A collection of ArcanaDevelopment.adTempus.Shared.LinkedServer objects that meet the selection criteria.
    Remarks
    Use GetLinkedServers(null,null,null) to get a list of all Linked Servers.
    See Also