Condividi tramite


Campo ValidationRules.NamedElementNameIsNotAllowed

Verifica che il nome di un elemento corrisponda al modello di nomi consentito in base alla specifica CSDL.

Spazio dei nomi  Microsoft.Data.Edm.Validation
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly NamedElementNameIsNotAllowed As ValidationRule(Of IEdmNamedElement)
'Utilizzo
Dim value As ValidationRule(Of IEdmNamedElement)

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

Vedere anche

Riferimento

ValidationRules Classe

Spazio dei nomi Microsoft.Data.Edm.Validation