SpatialTessellationFunction.GetIsAncestor Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Indicates whether the object is an ancestor.

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

Syntax

'Declaration
Public Shared Function GetIsAncestor ( _
    obj As Object _
) As Boolean
'Usage
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

Parameters

Return Value

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

See Also

Reference

SpatialTessellationFunction Class

Microsoft.SqlServer.Types Namespace