KeyTypeAttribute 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.
Permitir que o membro seja marcado como um KeyDataViewType.
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class KeyTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type KeyTypeAttribute = class
inherit Attribute
Public NotInheritable Class KeyTypeAttribute
Inherits Attribute
- Herança
-
KeyTypeAttribute
- Atributos
Comentários
Pode ser aplicado somente para membros dos seguintes tipos: Byte, , UInt16, , UInt32UInt64
Construtores
KeyTypeAttribute() |
Marca membro como KeyDataViewType. |
KeyTypeAttribute(UInt64) |
Marca membro como KeyDataViewType e especifica KeyDataViewType cardinalidade.
No caso do atributo que está sendo usado com tipos int, o |