IDTSComponentMetaData100.ContactInfo プロパティ

定義

コンポーネントの開発者の連絡先に関する情報を取得します。値の設定も可能です。

public:
 property System::String ^ ContactInfo { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(133)]
public string ContactInfo { [System.Runtime.InteropServices.DispId(133)] get; [System.Runtime.InteropServices.DispId(133)] set; }
[<System.Runtime.InteropServices.DispId(133)>]
[<get: System.Runtime.InteropServices.DispId(133)>]
[<set: System.Runtime.InteropServices.DispId(133)>]
member this.ContactInfo : string with get, set
Public Property ContactInfo As String

プロパティ値

コンポーネントの連絡先に関する情報です。

属性

注釈

データ ContactInfo フロー デザイナーがコンポーネントを読み込んだり初期化したりできない場合は、SQL Server Data Tools (SSDT) に表示されます。

適用対象