Método SpatialTessellationFunction.GetId
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the cell identifier from the specified object.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
Public Shared Function GetId ( _
obj As Object _
) As String
'Uso
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
Parâmetros
- obj
Tipo: System.Object
The object to get the identifier from.
Valor de retorno
Tipo: System.String
The String that the represents the cell identifier.