'Declaration
<CanBeNullAttribute()> Public Function GetLinkedServer( _ ByVal otherServer As Scheduler _ ) As LinkedServer
[CanBeNull()] public LinkedServer GetLinkedServer( Scheduler otherServer )
[CanBeNull()] public: LinkedServer^ GetLinkedServer( Scheduler^ otherServer )
Parameters
- otherServer
- A Scheduler connection to the other server.
Return Value
A ArcanaDevelopment.adTempus.Shared.LinkedServer object representing the trust relationship with the otherServer or a null reference (Nothing in Visual Basic) if no trust relationship exists.