หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.