共用方式為


TransferDatabaseTask.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

請參閱

參考

TransferDatabaseTask 類別

Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask 命名空間