Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a String containing the name of the SMO connection manager for the destination database.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Public Property DestinationConnection As String
Get
Set
'Usage
Dim instance As TransferSqlServerObjectsTask
Dim value As String
value = instance.DestinationConnection
instance.DestinationConnection = value
public string DestinationConnection { get; set; }
public:
virtual property String^ DestinationConnection {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract DestinationConnection : string with get, set
override DestinationConnection : string with get, set
final function get DestinationConnection () : String
final function set DestinationConnection (value : String)
Property Value
Type: System.String
A String that contains the SMO connection manager.
Implements
ITransferSqlServerObjectsTask.DestinationConnection
See Also
Reference
TransferSqlServerObjectsTask Class
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace