Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Parameter
- obj
Typ: System.Object
The object to get the identifier from.
Rückgabewert
Typ: System.String
The String that the represents the cell identifier.