다음을 통해 공유


IDTSComponentMetaData100.ContactInfo 속성

Gets or sets the contact information of the developer of a component.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Property ContactInfo As String 
    Get 
    Set
‘사용 방법
Dim instance As IDTSComponentMetaData100 
Dim value As String 

value = instance.ContactInfo

instance.ContactInfo = value
string ContactInfo { get; set; }
property String^ ContactInfo {
    String^ get ();
    void set (String^ value);
}
abstract ContactInfo : string with get, set
function get ContactInfo () : String 
function set ContactInfo (value : String)

속성 값

유형: System.String
The contact information for the component.

주의

The ContactInfo is shown in SQL Server Data Tools(SSDT) when the data flow designer is unable to load or initialize the component.

참고 항목

참조

IDTSComponentMetaData100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스