Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the cell identifier from the specified object.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Shared Function GetId ( _
obj As Object _
) As String
'Usage
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
Parameters
- obj
Type: System.Object
The object to get the identifier from.
Return Value
Type: System.String
The String that the represents the cell identifier.