Compartir a través de


IDTSComponentMetaData100.ContactInfo Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Property ContactInfo As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The contact information for the component.

Comentarios

The ContactInfo is shown in SQL Server Data Tools (SSDT) when the data flow designer is unable to load or initialize the component.

Vea también

Referencia

IDTSComponentMetaData100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper