IDTSComponentMetaData100.ContactInfo Propriété

Définition

Obtient ou définit les informations sur le contact du développeur d'un composant.

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

Valeur de propriété

Informations de contact du composant.

Attributs

Remarques

La ContactInfo valeur est affichée dans SQL Server Data Tools (SSDT) lorsque le concepteur de flux de données ne peut pas charger ou initialiser le composant.

S’applique à