SpatialTessellationFunction.GetAttribute 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the cell attribute for the given object.

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
Public Shared Function GetAttribute ( _
    obj As Object _
) As Integer
用法
Dim obj As Object 
Dim returnValue As Integer 

returnValue = SpatialTessellationFunction.GetAttribute(obj)
public static int GetAttribute(
    Object obj
)
public:
static int GetAttribute(
    Object^ obj
)
static member GetAttribute : 
        obj:Object -> int
public static function GetAttribute(
    obj : Object
) : int

参数

  • obj
    类型:System.Object
    The object to get the cell attribute from.

返回值

类型:System.Int32
The Int32 that represents the cell attribute for the given object.

请参阅

参考

SpatialTessellationFunction 类

Microsoft.SqlServer.Types 命名空间