共用方式為


DestinationConnection 屬性

Gets or sets a String containing the name of the SMO connection manager for the destination database.

命名空間:  Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
組件:  Microsoft.SqlServer.TransferJobsTask (在 Microsoft.SqlServer.TransferJobsTask.dll 中)

語法

'宣告
Public Property DestinationConnection As String
    Get
    Set
'用途
Dim instance As TransferJobsTask
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)

屬性值

型別:System. . :: . .String
A String containing the SMO connection manager.

實作

ITransferJobsTask. . :: . .DestinationConnection