Champ ValidationRules.NamedElementNameIsNotAllowed
Valide le fait qu'un nom d'élément corresponde au modèle de noms autorisé conformément à la spécification CSDL.
Espace de noms : Microsoft.Data.Edm.Validation
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly NamedElementNameIsNotAllowed As ValidationRule(Of IEdmNamedElement)
'Utilisation
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>