SpatialTessellationFunction.GetCoverage 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets the grid coverage for the given object.
네임스페이스: Microsoft.SqlServer.Types
어셈블리: Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)
구문
‘선언
Public Shared Function GetCoverage ( _
obj As Object _
) As SqlGeometry
‘사용 방법
Dim obj As Object
Dim returnValue As SqlGeometry
returnValue = SpatialTessellationFunction.GetCoverage(obj)
public static SqlGeometry GetCoverage(
Object obj
)
public:
static SqlGeometry^ GetCoverage(
Object^ obj
)
static member GetCoverage :
obj:Object -> SqlGeometry
public static function GetCoverage(
obj : Object
) : SqlGeometry
매개 변수
- obj
유형: System.Object
The object to get the grid coverage from.
반환 값
유형: Microsoft.SqlServer.Types.SqlGeometry
The SqlGeometry object that represents the grid coverage for the given object.