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