TransferSqlServerObjectsTask.SourceDatabase 属性

定义

获取或设置一个字符串,该字符串包含将从其传输对象的数据库的名称。

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

属性值

String

一个字符串,其中包含源数据库的名称。

实现

适用于