共用方式為


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 命名空間