IDTSVirtualInputColumn100.NewName 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 d'une colonne IDTSInputColumn100 nouvellement créée.
public:
property System::String ^ NewName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(113)]
public string NewName { [System.Runtime.InteropServices.DispId(113)] get; [System.Runtime.InteropServices.DispId(113)] set; }
[<System.Runtime.InteropServices.DispId(113)>]
[<get: System.Runtime.InteropServices.DispId(113)>]
[<set: System.Runtime.InteropServices.DispId(113)>]
member this.NewName : string with get, set
Public Property NewName As String
Valeur de propriété
Nom affecté à la colonne d'entrée nouvellement créée.
- Attributs
Remarques
Cette propriété contient le nom attribué à la colonne d’entrée nouvellement créée lorsque SetUsageType cela entraîne une nouvelle colonne d’entrée. Elle ne peut pas être définie si la nouvelle colonne n’a pas été créée.