Freigeben über


ValidationRules.NamedElementNameIsTooLong-Feld

Validiert, dass ein Elementname nach der CSDL-Spezifikation nicht zu lang ist.

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

Syntax

'Declaration
Public Shared ReadOnly NamedElementNameIsTooLong As ValidationRule(Of IEdmNamedElement)
'Usage
Dim value As ValidationRule(Of IEdmNamedElement)

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

Siehe auch

Verweis

ValidationRules Klasse

Microsoft.Data.Edm.Validation-Namespace