IDTSComponentMetaData100.Name Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le nom du composant.
public:
property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(13)]
public string Name { [System.Runtime.InteropServices.DispId(13)] get; [System.Runtime.InteropServices.DispId(13)] set; }
[<System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.DispId(13)>]
[<set: System.Runtime.InteropServices.DispId(13)>]
member this.Name : string with get, set
Public Property Name As String
Valeur de propriété
Nom du composant.
Implémente
- Attributs
Remarques
Les composants ne définissent généralement pas leur Name
propriété. Cette propriété est requise. Par conséquent, après l’ajout par programme d’un composant à une tâche de flux de données, le développeur doit affecter une valeur pour cette propriété.