此 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.