次の方法で共有


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

プロパティ値

ソース データベースの名前を含む文字列。

実装

適用対象