Champ ValidationRules.SchemaElementNamespaceIsNotAllowed
Valide le fait qu'un espace de noms d'élément corresponde au modèle d'espaces 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 SchemaElementNamespaceIsNotAllowed As ValidationRule(Of IEdmSchemaElement)
'Utilisation
Dim value As ValidationRule(Of IEdmSchemaElement)
value = ValidationRules.SchemaElementNamespaceIsNotAllowed
public static readonly ValidationRule<IEdmSchemaElement> SchemaElementNamespaceIsNotAllowed
public:
static initonly ValidationRule<IEdmSchemaElement^>^ SchemaElementNamespaceIsNotAllowed
static val SchemaElementNamespaceIsNotAllowed: ValidationRule<IEdmSchemaElement>
public static final var SchemaElementNamespaceIsNotAllowed : ValidationRule<IEdmSchemaElement>