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 命名空间