Compartir a través de


SqlGeometryBuilder.SetSrid Método

Sets the Spatial Reference Identifier (SRID) for a geometry type call sequence.

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

Sintaxis

'Declaración
Public Overridable Sub SetSrid ( _
    srid As Integer _
)
'Uso
Dim instance As SqlGeometryBuilder 
Dim srid As Integer

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

Parámetros

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

Implementa

IGeometrySink.SetSrid(Int32)

Comentarios

Must call SetSrid() at the start of each geometry type call sequence.

Vea también

Referencia

SqlGeometryBuilder Clase

Espacio de nombres Microsoft.SqlServer.Types