SpatialTessellationFunction.GetIsAncestor 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Indicates whether the object is an ancestor.

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

구문

‘선언
Public Shared Function GetIsAncestor ( _
    obj As Object _
) As Boolean
‘사용 방법
Dim obj As Object 
Dim returnValue As Boolean 

returnValue = SpatialTessellationFunction.GetIsAncestor(obj)
public static bool GetIsAncestor(
    Object obj
)
public:
static bool GetIsAncestor(
    Object^ obj
)
static member GetIsAncestor : 
        obj:Object -> bool
public static function GetIsAncestor(
    obj : Object
) : boolean

매개 변수

반환 값

유형: System.Boolean
true if the object is an ancestor; otherwise, false.

참고 항목

참조

SpatialTessellationFunction 클래스

Microsoft.SqlServer.Types 네임스페이스