Partager via


Méthode SpatialTessellationFunction.GetAttribute

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the cell attribute for the given object.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
Public Shared Function GetAttribute ( _
    obj As Object _
) As Integer
'Utilisation
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

Paramètres

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

Valeur de retour

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

Voir aussi

Référence

SpatialTessellationFunction Classe

Espace de noms Microsoft.SqlServer.Types