Compartir a través de


SpatialTessellationFunction.GetAttribute Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the cell attribute for the given object.

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
Public Shared Function GetAttribute ( _
    obj As Object _
) As Integer
'Uso
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

Parámetros

  • obj
    Tipo: System.Object
    The object to get the cell attribute from.

Valor devuelto

Tipo: System.Int32
The Int32 that represents the cell attribute for the given object.

Vea también

Referencia

SpatialTessellationFunction Clase

Espacio de nombres Microsoft.SqlServer.Types