根据 CSDL 规范验证元素名称与允许的名称模式匹配。
命名空间: Microsoft.Data.Edm.Validation
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
Public Shared ReadOnly NamedElementNameIsNotAllowed As ValidationRule(Of IEdmNamedElement)
用法
Dim value As ValidationRule(Of IEdmNamedElement)
value = ValidationRules.NamedElementNameIsNotAllowed
public static readonly ValidationRule<IEdmNamedElement> NamedElementNameIsNotAllowed
public:
static initonly ValidationRule<IEdmNamedElement^>^ NamedElementNameIsNotAllowed
static val NamedElementNameIsNotAllowed: ValidationRule<IEdmNamedElement>
public static final var NamedElementNameIsNotAllowed : ValidationRule<IEdmNamedElement>