Compartilhar via


Propriedade do RDL IDTSComponentMetaData100.ContactInfo

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

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

Consulte também

Referência

IDTSComponentMetaData100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper