Langage

IDTSCustomProperty100.Name Propriété

Définition

Obtient ou définit le nom d’un IDTSCustomProperty100 objet.

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é

Le nom d’un IDTSCustomProperty100 objet.

Implémente

Attributs

Remarques

La Name propriété identifie le IDTSCustomProperty100 dans SSIS Designer et est également utilisée pour accéder à la propriété dans une IDTSCustomPropertyCollection100 collection.

S’applique à