Compartir a través de


IGeographySink.SetSrid Método

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

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
Sub SetSrid ( _
    srid As Integer _
)
'Uso
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
)

Parámetros

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

Vea también

Referencia

IGeographySink Interfaz

Espacio de nombres Microsoft.SqlServer.Types