Partager via


Méthode SpatialTessellationFunction.GetId

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the cell identifier from the specified object.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
Public Shared Function GetId ( _
    obj As Object _
) As String
'Utilisation
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

Paramètres

  • obj
    Type : System.Object
    The object to get the identifier from.

Valeur de retour

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

Voir aussi

Référence

SpatialTessellationFunction Classe

Espace de noms Microsoft.SqlServer.Types