'Declaration
Public Function GetLinkedServers( _ ByVal machineID As Nullable(Of Guid), _ ByVal computerName As String, _ ByVal serverType As Nullable(Of TrustedServerType) _ ) As ReadOnlyCollection(Of LinkedServer)
public ReadOnlyCollection<LinkedServer> GetLinkedServers( Nullable<Guid> machineID, string computerName, Nullable<TrustedServerType> serverType )
Parameters
- machineID
- The InstanceID of the machine to get the trust relationship for, or null (Nothing) to not filter by machine ID.
- computerName
- The name of the other server to get trust relationships for, or null (Nothing) to not filter by name.
- serverType
- The type of trust relationships to return, or null (Nothing) to not filter by type.
Return Value
A collection of ArcanaDevelopment.adTempus.Shared.LinkedServer objects that meet the selection criteria.