Freigeben über


ValidationRules.StructuredTypePropertyNameAlreadyDefined-Feld

Validiert, dass es keine doppelten Eigenschaften in einem Typ gibt.

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

Syntax

'Declaration
Public Shared ReadOnly StructuredTypePropertyNameAlreadyDefined As ValidationRule(Of IEdmStructuredType)
'Usage
Dim value As ValidationRule(Of IEdmStructuredType)

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

Siehe auch

Verweis

ValidationRules Klasse

Microsoft.Data.Edm.Validation-Namespace