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