SpatialTessellationFunction.GetAttribute 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets the cell attribute for the given object.

네임스페이스:  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
    The object to get the cell attribute from.

반환 값

유형: System.Int32
The Int32 that represents the cell attribute for the given object.

참고 항목

참조

SpatialTessellationFunction 클래스

Microsoft.SqlServer.Types 네임스페이스