KeyTypeAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Povolit, aby člen byl označen jako 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
- Dědičnost
-
KeyTypeAttribute
- Atributy
Poznámky
Lze použít pouze pro člena následujících typů: Byte, , UInt16, UInt32UInt64
Konstruktory
KeyTypeAttribute() |
Označí člena jako KeyDataViewType. |
KeyTypeAttribute(UInt64) |
Označí člena jako KeyDataViewType kardinalitu a určuje KeyDataViewType kardinalitu.
V případě, že se atribut používá s typy int, |