Méthode EdmCoreModel.GetSpatial (EdmPrimitiveTypeKind, Nullable<Int32>, Boolean)
Obtient une référence à un type spatial.
Espace de noms : Microsoft.Data.Edm.Library
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Function GetSpatial ( _
kind As EdmPrimitiveTypeKind, _
spatialReferenceIdentifier As Nullable(Of Integer), _
isNullable As Boolean _
) As IEdmSpatialTypeReference
'Utilisation
Dim instance As EdmCoreModel
Dim kind As EdmPrimitiveTypeKind
Dim spatialReferenceIdentifier As Nullable(Of Integer)
Dim isNullable As Boolean
Dim returnValue As IEdmSpatialTypeReference
returnValue = instance.GetSpatial(kind, _
spatialReferenceIdentifier, isNullable)
public IEdmSpatialTypeReference GetSpatial(
EdmPrimitiveTypeKind kind,
Nullable<int> spatialReferenceIdentifier,
bool isNullable
)
public:
IEdmSpatialTypeReference^ GetSpatial(
EdmPrimitiveTypeKind kind,
Nullable<int> spatialReferenceIdentifier,
bool isNullable
)
member GetSpatial :
kind:EdmPrimitiveTypeKind *
spatialReferenceIdentifier:Nullable<int> *
isNullable:bool -> IEdmSpatialTypeReference
public function GetSpatial(
kind : EdmPrimitiveTypeKind,
spatialReferenceIdentifier : Nullable<int>,
isNullable : boolean
) : IEdmSpatialTypeReference
Paramètres
- kind
Type : Microsoft.Data.Edm.EdmPrimitiveTypeKind
Type de ce type.
- spatialReferenceIdentifier
Type : System.Nullable<Int32>
Identificateur de référence d'un type spatial.
- isNullable
Type : System.Boolean
true pour indiquer que le type référencé doit être Nullable ; sinon, false.
Valeur de retour
Type : Microsoft.Data.Edm.IEdmSpatialTypeReference
Référence de type spatial.