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


Метод SpatialTessellationFunction.GetAttribute

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

Gets the cell attribute for the given object.

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

Синтаксис

'Декларация
Public Shared Function GetAttribute ( _
    obj As Object _
) As Integer
'Применение
Dim obj As Object 
Dim returnValue As Integer 

returnValue = SpatialTessellationFunction.GetAttribute(obj)
public static int GetAttribute(
    Object obj
)
public:
static int GetAttribute(
    Object^ obj
)
static member GetAttribute : 
        obj:Object -> int
public static function GetAttribute(
    obj : Object
) : int

Параметры

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

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

Тип: System.Int32
The Int32 that represents the cell attribute for the given object.

См. также

Справочник

SpatialTessellationFunction Класс

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