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 Transfer
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
A String value that specifies the destination database.

示例

传输数据