Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- obj
Type: System.Object
The object to check.
Return Value
Type: System.Boolean
true if the object is an ancestor; otherwise, false.