IGeometrySink.SetSrid Method (Int32)

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

void SetSrid(
    int srid
)
void SetSrid(
    int srid
)
abstract SetSrid : 
        srid:int -> unit
Sub SetSrid (
    srid As Integer
)

Parameters

  • srid
    Type: System.Int32

    An int that contains the Spatial Reference Identifier for the geometry type.

See Also

IGeometrySink Interface
Microsoft.SqlServer.Types Namespace

Return to top