Share via


IDTSXMLTask.Source プロパティ

定義

操作が使用するソースである接続、変数、またはユーザー提供テキストの名前を取得します。値の設定も可能です。

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

プロパティ値

操作が使用するソースである接続、変数、またはユーザー提供テキストの名前です。

適用対象