Freigeben über


ValidationRules.ModelDuplicateSchemaElementName-Feld

Validiert, dass jedes Schemaelement im aktuellen Modell über alle Modelle eindeutig ist, auf die verwiesen wird.

Namespace:  Microsoft.Data.Edm.Validation
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Shared ReadOnly ModelDuplicateSchemaElementName As ValidationRule(Of IEdmModel)
'Usage
Dim value As ValidationRule(Of IEdmModel)

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

Siehe auch

Verweis

ValidationRules Klasse

Microsoft.Data.Edm.Validation-Namespace