Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the spatial reference identifier of this spatial type.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property SpatialReferenceIdentifier As Nullable(Of Integer)
Get
'Usage
Dim instance As IEdmSpatialTypeReference
Dim value As Nullable(Of Integer)
value = instance.SpatialReferenceIdentifier
Nullable<int> SpatialReferenceIdentifier { get; }
property Nullable<int> SpatialReferenceIdentifier {
Nullable<int> get ();
}
abstract SpatialReferenceIdentifier : Nullable<int>
function get SpatialReferenceIdentifier () : Nullable<int>
Property Value
Type: System.Nullable<Int32>
The spatial reference identifier of this spatial type.