TransferSqlServerObjectsTask.DestinationConnection 属性

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

命名空间:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
程序集:  Microsoft.SqlServer.TransferSqlServerObjectsTask(在 Microsoft.SqlServer.TransferSqlServerObjectsTask.dll 中)

语法

声明
Public Property DestinationConnection As String 
    Get 
    Set
用法
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)

属性值

类型:System.String
A String that contains the SMO connection manager.

实现

ITransferSqlServerObjectsTask.DestinationConnection

请参阅

参考

TransferSqlServerObjectsTask 类

Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask 命名空间