TransferBase.DestinationServerConnection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a connection to the destination server. When set, the DestinationServer, DestinationLogin, DestinationPassword, and DestinationLogin values are not used.
public Microsoft.SqlServer.Management.Common.ServerConnection DestinationServerConnection { get; set; }
member this.DestinationServerConnection : Microsoft.SqlServer.Management.Common.ServerConnection with get, set
Public Property DestinationServerConnection As ServerConnection