NoColumnAttribute Classe
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.
Marquez ce membre comme n’étant pas exposé en tant que IDataView colonne dans le DataViewSchema.
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class NoColumnAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type NoColumnAttribute = class
inherit Attribute
Public NotInheritable Class NoColumnAttribute
Inherits Attribute
- Héritage
-
NoColumnAttribute
- Attributs
Constructeurs
NoColumnAttribute() |
Marquez ce membre comme n’étant pas exposé en tant que IDataView colonne dans le DataViewSchema. |