'Declaration
Public Function AddOrUpdateLinkedServer( _ ByVal otherServer As Scheduler, _ ByVal serverSettings As LinkedServer, _ ByRef messages As MessageCollection _ ) As Boolean
public bool AddOrUpdateLinkedServer( Scheduler otherServer, LinkedServer serverSettings, out MessageCollection messages )
Parameters
- otherServer
- A Scheduler connection to the other server.
- serverSettings
- The settings to use for the relationship. Specify null (Nothing) to use the default settings.
- messages
- Error messages if the relationship cannot be created.
Return Value
True if the update succeeds, or False if it fails.