Właściwość SqlGeography.STSrid
Pobiera lub ustawia identyfikator jest liczbą całkowitą reprezentującą przestrzennej identyfikator odniesienia (SRID) z wystąpienie.
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Składnia
'Deklaracja
Public Property STSrid As SqlInt32
Get
Set
'Użycie
Dim instance As SqlGeography
Dim value As SqlInt32
value = instance.STSrid
instance.STSrid = value
public SqlInt32 STSrid { get; set; }
public:
property SqlInt32 STSrid {
SqlInt32 get ();
void set (SqlInt32 value);
}
member STSrid : SqlInt32 with get, set
function get STSrid () : SqlInt32
function set STSrid (value : SqlInt32)
Wartość właściwości
Typ: System.Data.SqlTypes.SqlInt32
A SqlInt32 reprezentująca SRID z SqlGeography wystąpienie.