SqlGeography.STIntersection 메서드

Returns an object representing the points where a SqlGeography instance intersects another SqlGeography instance.

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

구문

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

returnValue = instance.STIntersection(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography STIntersection(
    SqlGeography other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeography^ STIntersection(
    SqlGeography^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STIntersection : 
        other:SqlGeography -> SqlGeography
public function STIntersection(
    other : SqlGeography
) : SqlGeography

매개 변수

반환 값

유형: Microsoft.SqlServer.Types.SqlGeography
A SqlGeography value containing the points where the specified SqlGeography instance intersects the current SqlGeography instance.

참고 항목

참조

SqlGeography 클래스

Microsoft.SqlServer.Types 네임스페이스