Freigeben über


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.TransferLoginsTask
Assembly:  Microsoft.SqlServer.TransferLoginsTask (in Microsoft.SqlServer.TransferLoginsTask.dll)

Syntax

'Declaration
Property DestinationConnection As String
    Get
    Set
'Usage
Dim instance As ITransferLoginsTask
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)

Eigenschaftenwert

Typ: System. . :: . .String