Compartir a través de


Campo ValidationRules.EnumMustHaveIntegerUnderlyingType

Genera un error si el tipo subyacente de un tipo de enumeración no es un tipo entero.

Espacio de nombres:  Microsoft.Data.Edm.Validation
Ensamblado:  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Sintaxis

'Declaración
Public Shared ReadOnly EnumMustHaveIntegerUnderlyingType As ValidationRule(Of IEdmEnumType)
'Uso
Dim value As ValidationRule(Of IEdmEnumType)

value = ValidationRules.EnumMustHaveIntegerUnderlyingType
public static readonly ValidationRule<IEdmEnumType> EnumMustHaveIntegerUnderlyingType
public:
static initonly ValidationRule<IEdmEnumType^>^ EnumMustHaveIntegerUnderlyingType
static val EnumMustHaveIntegerUnderlyingType: ValidationRule<IEdmEnumType>
public static final var EnumMustHaveIntegerUnderlyingType : ValidationRule<IEdmEnumType>

Vea también

Referencia

ValidationRules Clase

Espacio de nombres Microsoft.Data.Edm.Validation