IDTSComponentMetaData100.ContactInfo Eigenschaft

Definition

Ruft die Kontaktinformationen des Entwicklers einer Komponente ab oder legt sie fest.

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

Eigenschaftswert

Die Kontaktinformationen für die Komponente.

Attribute

Hinweise

Dies ContactInfo wird in SQL Server Data Tools (SSDT) angezeigt, wenn der Datenfluss-Designer die Komponente nicht laden oder initialisieren kann.

Gilt für: