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)에 표시됩니다.

적용 대상