Condividi tramite


Metodo SpatialTessellationFunction.GetId

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the cell identifier from the specified object.

Spazio dei nomi  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Sintassi

'Dichiarazione
Public Shared Function GetId ( _
    obj As Object _
) As String
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.String
The String that the represents the cell identifier.

Vedere anche

Riferimento

SpatialTessellationFunction Classe

Spazio dei nomi Microsoft.SqlServer.Types