TransferDatabaseTask.SourceConnection プロパティ

定義

ソースデータベースのSMO接続マネージャー名を含む文字列を取得したり設定したりします。

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

プロパティ値

SMO接続マネージャーの接続文字列を含むStringです。

実装

適用対象