Поделиться через


Метод IGeographySink.SetSrid

Sets the Spatial Reference Identifier (SRID) for a geography type call sequence. This API is obsolete. IGeographySink110 should be used instead.

Пространство имен:  Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

'Декларация
Sub SetSrid ( _
    srid As Integer _
)
'Применение
Dim instance As IGeographySink 
Dim srid As Integer

instance.SetSrid(srid)
void SetSrid(
    int srid
)
void SetSrid(
    int srid
)
abstract SetSrid : 
        srid:int -> unit
function SetSrid(
    srid : int
)

Параметры

  • srid
    Тип: System.Int32
    An int that contains the Spatial Reference Identifier for the geography type.

См. также

Справочник

IGeographySink Интерфейс

Пространство имен Microsoft.SqlServer.Types