DestinationDatabaseName 属性

Gets or sets a String containing the name of the database at the destination.

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

语法

声明
Public Property DestinationDatabaseName As String
    Get
    Set
用法
Dim instance As TransferDatabaseTask
Dim value As String

value = instance.DestinationDatabaseName

instance.DestinationDatabaseName = value
public string DestinationDatabaseName { get; set; }
public:
virtual property String^ DestinationDatabaseName {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract DestinationDatabaseName : string with get, set
override DestinationDatabaseName : string with get, set
final function get DestinationDatabaseName () : String
final function set DestinationDatabaseName (value : String)

属性值

类型:System. . :: . .String
A String that contains the name of the database at the destination.

实现

ITransferDatabaseTask. . :: . .DestinationDatabaseName