IDTSBulkInsertTask.DestinationConnection プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象