ExecuteSQLTask.Connection プロパティ

定義

実行SQLタスクが実行されるリレーショナルデータベース管理システム(RDBMS)に接続する接続マネージャの名前を取得したり設定したりします。

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

プロパティ値

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

実装

適用対象