Freigeben über


SpatialTessellationFunction.GetIsAncestor-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Parameter

Rückgabewert

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

Siehe auch

Verweis

SpatialTessellationFunction Klasse

Microsoft.SqlServer.Types-Namespace