IDTSComponentMetaData100.ContactInfo 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
구성 요소 개발자의 연락처 정보를 가져오거나 설정합니다.
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)에 표시됩니다.