Поделиться через


Свойство 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