共用方式為


TransferBase.DestinationDatabase 屬性

Gets or sets the database that is the destination of the transfer operation.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)

語法

'宣告
Public Property DestinationDatabase As String 
    Get 
    Set
'用途
Dim instance As TransferBase 
Dim value As String 

value = instance.DestinationDatabase

instance.DestinationDatabase = value
public string DestinationDatabase { get; set; }
public:
property String^ DestinationDatabase {
    String^ get ();
    void set (String^ value);
}
member DestinationDatabase : string with get, set
function get DestinationDatabase () : String 
function set DestinationDatabase (value : String)

屬性值

型別:System.String
The database that is the destination of the transfer operation.

請參閱

參考

TransferBase 類別

Microsoft.SqlServer.Management.Smo 命名空間