SqlGeometryBuilder.SetSrid 메서드

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

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
Public Overridable Sub SetSrid ( _
    srid As Integer _
)
‘사용 방법
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
)

매개 변수

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

구현

IGeometrySink.SetSrid(Int32)

주의

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

참고 항목

참조

SqlGeometryBuilder 클래스

Microsoft.SqlServer.Types 네임스페이스