Freigeben über


ValidationRules.ModelDuplicateSchemaElementNameBeforeV3-Feld

Validiert, dass jedes Schemaelement im aktuellen Modell (außer Entitätscontainern) ü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 ModelDuplicateSchemaElementNameBeforeV3 As ValidationRule(Of IEdmModel)
'Usage
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>

Siehe auch

Verweis

ValidationRules Klasse

Microsoft.Data.Edm.Validation-Namespace