다음을 통해 공유


ContactInfo 속성

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

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

구문

‘선언
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
A String that contains the contact information for the component.

주의

The ContactInfo is shown in Business Intelligence Development Studio when the data flow designer is unable to load or initialize the component.