共用方式為


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 命名空間