TransferSqlServerObjectsTask.DestinationDatabase 属性

定义

获取或设置一个字符串,该字符串包含目标数据库的名称。

public:
 property System::String ^ DestinationDatabase { System::String ^ get(); void set(System::String ^ value); };
public string DestinationDatabase { get; set; }
member this.DestinationDatabase : string with get, set
Public Property DestinationDatabase As String

属性值

String

一个字符串,该字符串包含目标处数据库的名称。

实现

适用于