Partilhar via


Método SpatialTessellationFunction.GetAttribute

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 attribute for the given object.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

SpatialTessellationFunction Classe

Namespace Microsoft.SqlServer.Types