Langage

IDTSComponentMetaData100.Name Propriété

Définition

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 fixent généralement pas leur Name propriété. Cette propriété est requise, donc après avoir ajouté programmatiquement un composant à une tâche de flux de données, le développeur doit attribuer une valeur à cette propriété.

S’applique à