KeyTypeAttribute 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.
Autoriser le membre à être marqué comme un 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
- Héritage
-
KeyTypeAttribute
- Attributs
Remarques
Peut être appliqué uniquement pour le membre des types suivants : Byte, UInt16, UInt32, UInt64
Constructeurs
KeyTypeAttribute() |
Marque le membre en tant que KeyDataViewType. |
KeyTypeAttribute(UInt64) |
Marque le membre comme KeyDataViewType et spécifie la KeyDataViewType cardinalité.
En cas d’utilisation de l’attribut avec des types int, la |