此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets the cell identifier from the specified object.
命名空間: Microsoft.SqlServer.Types
組件: Microsoft.SqlServer.Types (在 Microsoft.SqlServer.Types.dll 中)
語法
'宣告
Public Shared Function GetId ( _
obj As Object _
) As String
'用途
Dim obj As Object
Dim returnValue As String
returnValue = SpatialTessellationFunction.GetId(obj)
public static string GetId(
Object obj
)
public:
static String^ GetId(
Object^ obj
)
static member GetId :
obj:Object -> string
public static function GetId(
obj : Object
) : String
參數
- obj
型別:System.Object
The object to get the identifier from.
傳回值
型別:System.String
The String that the represents the cell identifier.