Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the contact information of the developer of a component.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property ContactInfo As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
The contact information for the component.
Hinweise
The ContactInfo is shown in SQL Server-Datentools (SSDT) when the data flow designer is unable to load or initialize the component.