Champ ValidationRules.SpatialTypeReferencesNotSupportedBeforeV3
Les références aux types spatiaux EDM ne sont pas prises en charge avant la version 3.0.
Espace de noms : Microsoft.Data.Edm.Validation
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly SpatialTypeReferencesNotSupportedBeforeV3 As ValidationRule(Of IEdmPrimitiveTypeReference)
'Utilisation
Dim value As ValidationRule(Of IEdmPrimitiveTypeReference)
value = ValidationRules.SpatialTypeReferencesNotSupportedBeforeV3
public static readonly ValidationRule<IEdmPrimitiveTypeReference> SpatialTypeReferencesNotSupportedBeforeV3
public:
static initonly ValidationRule<IEdmPrimitiveTypeReference^>^ SpatialTypeReferencesNotSupportedBeforeV3
static val SpatialTypeReferencesNotSupportedBeforeV3: ValidationRule<IEdmPrimitiveTypeReference>
public static final var SpatialTypeReferencesNotSupportedBeforeV3 : ValidationRule<IEdmPrimitiveTypeReference>