SqlGeography.STCurveN 메서드

Returns the curve specified from a SqlGeography instance that is a LineString, CircularString, or CompoundCurve.

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

구문

‘선언
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STCurveN ( _
    n As Integer _
) As SqlGeography
‘사용 방법
Dim instance As SqlGeography 
Dim n As Integer 
Dim returnValue As SqlGeography 

returnValue = instance.STCurveN(n)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeography STCurveN(
    int n
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlGeography^ STCurveN(
    int n
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STCurveN : 
        n:int -> SqlGeography
public function STCurveN(
    n : int
) : SqlGeography

매개 변수

반환 값

유형: Microsoft.SqlServer.Types.SqlGeography
The specified curve.

참고 항목

참조

SqlGeography 클래스

Microsoft.SqlServer.Types 네임스페이스

관련 자료

STCurveN(geography 데이터 형식)