言語

IDTSBulkInsertTask.SourceConnection プロパティ

定義

ソース接続オブジェクトの名前を取得するか設定します。

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

プロパティ値

ソース接続オブジェクトの名前を含む文字列です。

注釈

詳細については、BulkInsertTaskを参照してください。

適用対象