Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Löst einen Fehler aus, wenn ein Enumerationstyp gefunden wird.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly EnumTypeEnumsNotSupportedBeforeV3 As ValidationRule(Of IEdmEnumType)
'Usage
Dim value As ValidationRule(Of IEdmEnumType)
value = ValidationRules.EnumTypeEnumsNotSupportedBeforeV3
public static readonly ValidationRule<IEdmEnumType> EnumTypeEnumsNotSupportedBeforeV3
public:
static initonly ValidationRule<IEdmEnumType^>^ EnumTypeEnumsNotSupportedBeforeV3
static val EnumTypeEnumsNotSupportedBeforeV3: ValidationRule<IEdmEnumType>
public static final var EnumTypeEnumsNotSupportedBeforeV3 : ValidationRule<IEdmEnumType>