ValidationRules.EnumTypeEnumsNotSupportedBeforeV3 字段

如果找到了枚举类型,则引发错误。

命名空间:  Microsoft.Data.Edm.Validation
程序集:  Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)

语法

声明
Public Shared ReadOnly EnumTypeEnumsNotSupportedBeforeV3 As ValidationRule(Of IEdmEnumType)
用法
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>

请参阅

参考

ValidationRules 类

Microsoft.Data.Edm.Validation 命名空间