Champ ValidationRules.SchemaElementSystemNamespaceEncountered
Valide le fait qu'un espace de noms d'élément ne corresponde pas à un espace de noms réservé du système.
Espace de noms : Microsoft.Data.Edm.Validation
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly SchemaElementSystemNamespaceEncountered As ValidationRule(Of IEdmSchemaElement)
'Utilisation
Dim value As ValidationRule(Of IEdmSchemaElement)
value = ValidationRules.SchemaElementSystemNamespaceEncountered
public static readonly ValidationRule<IEdmSchemaElement> SchemaElementSystemNamespaceEncountered
public:
static initonly ValidationRule<IEdmSchemaElement^>^ SchemaElementSystemNamespaceEncountered
static val SchemaElementSystemNamespaceEncountered: ValidationRule<IEdmSchemaElement>
public static final var SchemaElementSystemNamespaceEncountered : ValidationRule<IEdmSchemaElement>