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

属性值

包含源数据库名称的字符串。

实现

适用于