Поделиться через


Метод SpatialTessellationFunction.GetId

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets the cell identifier from the specified object.

Пространство имен:  Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

'Декларация
Public Shared Function GetId ( _
    obj As Object _
) As String
'Применение
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

Параметры

  • obj
    Тип: System.Object
    The object to get the identifier from.

Возвращаемое значение

Тип: System.String
The String that the represents the cell identifier.

См. также

Справочник

SpatialTessellationFunction Класс

Пространство имен Microsoft.SqlServer.Types