この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定されたオブジェクトのセル属性を取得します。
名前空間: Microsoft.SqlServer.Types
アセンブリ: Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)
構文
'宣言
Public Shared Function GetAttribute ( _
obj As Object _
) As Integer
'使用
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
パラメーター
- obj
型: System.Object
セル属性を取得するオブジェクトです。
戻り値
型: System.Int32
指定されたオブジェクトのセル属性を表す Int32 です。