IDTSComponentMetaData100.ContactInfo Свойство

Определение

Возвращает или задает контактную информацию о разработчике компонента.

public:
 property System::String ^ ContactInfo { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(133)]
public string ContactInfo { [System.Runtime.InteropServices.DispId(133)] get; [System.Runtime.InteropServices.DispId(133)] set; }
[<System.Runtime.InteropServices.DispId(133)>]
[<get: System.Runtime.InteropServices.DispId(133)>]
[<set: System.Runtime.InteropServices.DispId(133)>]
member this.ContactInfo : string with get, set
Public Property ContactInfo As String

Значение свойства

Контактная информация для компонента.

Атрибуты

Комментарии

Отображается ContactInfo в SQL Server Data Tools (SSDT), если конструктору потоков данных не удается загрузить или инициализировать компонент.

Применяется к