Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets the cell attribute for the given object.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Shared Function GetAttribute ( _
obj As Object _
) As Integer
'Usage
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
Parameter
- obj
Typ: System.Object
The object to get the cell attribute from.
Rückgabewert
Typ: System.Int32
The Int32 that represents the cell attribute for the given object.