IDTSVirtualInputColumn100.NewDescription 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 la description d'une colonne IDTSInputColumn100 nouvellement créée.
public:
property System::String ^ NewDescription { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(114)]
public string NewDescription { [System.Runtime.InteropServices.DispId(114)] get; [System.Runtime.InteropServices.DispId(114)] set; }
[<System.Runtime.InteropServices.DispId(114)>]
[<get: System.Runtime.InteropServices.DispId(114)>]
[<set: System.Runtime.InteropServices.DispId(114)>]
member this.NewDescription : string with get, set
Public Property NewDescription As String
Valeur de propriété
Chaîne qui contient la description affectée à la colonne d’entrée nouvellement créée.
- Attributs
Remarques
Cette propriété contient la description affectée à la colonne d’entrée nouvellement créée lorsqu’elle SetUsageType génère une nouvelle colonne d’entrée. Il ne peut pas être défini si la nouvelle colonne n’a pas encore été créée.