Condividi tramite


Metodo SpatialTessellationFunction.GetAttribute

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the cell attribute for the given object.

Spazio dei nomi  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Sintassi

'Dichiarazione
Public Shared Function GetAttribute ( _
    obj As Object _
) As Integer
'Utilizzo
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

Parametri

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

Valore restituito

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

Vedere anche

Riferimento

SpatialTessellationFunction Classe

Spazio dei nomi Microsoft.SqlServer.Types