Metodo EdmCoreModel.GetSpatial (EdmPrimitiveTypeKind, Nullable<Int32>, Boolean)
Ottiene un riferimento a un tipo spaziale.
Spazio dei nomi Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Public Function GetSpatial ( _
kind As EdmPrimitiveTypeKind, _
spatialReferenceIdentifier As Nullable(Of Integer), _
isNullable As Boolean _
) As IEdmSpatialTypeReference
'Utilizzo
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
Parametri
- kind
Tipo: Microsoft.Data.Edm.EdmPrimitiveTypeKind
Genere del tipo.
- spatialReferenceIdentifier
Tipo: System.Nullable<Int32>
Identificatore di riferimento di un tipo spaziale.
- isNullable
Tipo: System.Boolean
true per indicare che il tipo a cui viene fatto riferimento deve ammettere i valori Null; in caso contrario, false.
Valore restituito
Tipo: Microsoft.Data.Edm.IEdmSpatialTypeReference
Riferimento al tipo spaziale.