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はSSDT SQL Server Data Toolsで表示されます。

適用対象