Condividi tramite


Campo ValidationRules.SchemaElementNamespaceIsNotAllowed

Verifica che lo spazio dei nomi di un elemento corrisponda al modello di spazio dei 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 SchemaElementNamespaceIsNotAllowed As ValidationRule(Of IEdmSchemaElement)
'Utilizzo
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>

Vedere anche

Riferimento

ValidationRules Classe

Spazio dei nomi Microsoft.Data.Edm.Validation