此 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
参数
- obj
类型:System.Object
The object to check.
返回值
类型:System.Boolean
true if the object is an ancestor; otherwise, false.