DestinationConnection-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Property DestinationConnection As String
Get
Set
'Usage
Dim instance As ITransferSqlServerObjectsTask
Dim value As String
value = instance.DestinationConnection
instance.DestinationConnection = value
string DestinationConnection { get; set; }
property String^ DestinationConnection {
String^ get ();
void set (String^ value);
}
abstract DestinationConnection : string with get, set
function get DestinationConnection () : String
function set DestinationConnection (value : String)