NoColumnAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Marque esse membro como não sendo exposto como uma IDataView coluna no 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
- Herança
-
NoColumnAttribute
- Atributos
Construtores
NoColumnAttribute() |
Marque esse membro como não sendo exposto como uma IDataView coluna no DataViewSchema. |