Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the cell identifier from the specified object.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.String
The String that the represents the cell identifier.