'Declaration
<NotNullAttribute()> Public Function GetLinkedServers( _ ByVal machineID As Nullable(Of Guid), _ ByVal computerName As String, _ ByVal serverType As Nullable(Of TrustedServerType) _ ) As ReadOnlyCollection(Of LinkedServer)
[NotNull()] public ReadOnlyCollection<LinkedServer> GetLinkedServers( Nullable<Guid> machineID, string computerName, Nullable<TrustedServerType> serverType )
[NotNull()] 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 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.