ValidationRules.ModelDuplicateSchemaElementNameBeforeV3 字段

验证当前模型中的每个架构元素(除实体容器外)在所有引用的模型中是唯一的。

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

语法

声明
Public Shared ReadOnly ModelDuplicateSchemaElementNameBeforeV3 As ValidationRule(Of IEdmModel)
用法
Dim value As ValidationRule(Of IEdmModel)

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

请参阅

参考

ValidationRules 类

Microsoft.Data.Edm.Validation 命名空间