EdmCoreModel.GetSpatial Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetSpatial(EdmPrimitiveTypeKind, Nullable<Int32>, Boolean) |
Obtient une référence à une définition de type primitif spatial. |
GetSpatial(EdmPrimitiveTypeKind, Boolean) |
Obtient une référence à une définition de type primitif spatial. |
GetSpatial(EdmPrimitiveTypeKind, Nullable<Int32>, Boolean)
Obtient une référence à une définition de type primitif spatial.
public Microsoft.OData.Edm.IEdmSpatialTypeReference GetSpatial (Microsoft.OData.Edm.EdmPrimitiveTypeKind kind, int? spatialReferenceIdentifier, bool isNullable);
member this.GetSpatial : Microsoft.OData.Edm.EdmPrimitiveTypeKind * Nullable<int> * bool -> Microsoft.OData.Edm.IEdmSpatialTypeReference
Public Function GetSpatial (kind As EdmPrimitiveTypeKind, spatialReferenceIdentifier As Nullable(Of Integer), isNullable As Boolean) As IEdmSpatialTypeReference
Paramètres
- kind
- EdmPrimitiveTypeKind
Type primitif de la référence de type en cours de création.
Identificateur de référence spatiale pour le type spatial en cours de création.
- isNullable
- Boolean
Indicateur spécifiant si le type référencé doit être nullable.
Retours
Nouvelle référence de type spatial.
S’applique à
GetSpatial(EdmPrimitiveTypeKind, Boolean)
Obtient une référence à une définition de type primitif spatial.
public Microsoft.OData.Edm.IEdmSpatialTypeReference GetSpatial (Microsoft.OData.Edm.EdmPrimitiveTypeKind kind, bool isNullable);
member this.GetSpatial : Microsoft.OData.Edm.EdmPrimitiveTypeKind * bool -> Microsoft.OData.Edm.IEdmSpatialTypeReference
Public Function GetSpatial (kind As EdmPrimitiveTypeKind, isNullable As Boolean) As IEdmSpatialTypeReference
Paramètres
- kind
- EdmPrimitiveTypeKind
Type primitif de la référence de type en cours de création.
- isNullable
- Boolean
Indicateur spécifiant si le type référencé doit être nullable.
Retours
Nouvelle référence de type spatial.