Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.