Freigeben über


SpatialTessellationFunction.GetAttribute-Methode

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.

Siehe auch

Verweis

SpatialTessellationFunction Klasse

Microsoft.SqlServer.Types-Namespace