Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
Parameters
- obj
Type: System.Object
The object to get the cell attribute from.
Return Value
Type: System.Int32
The Int32 that represents the cell attribute for the given object.