Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.