SpatialTessellationFunction.GetCoverage(Object) メソッド

定義

指定されたオブジェクトのグリッド カバレッジを取得します。

public static Microsoft.SqlServer.Types.SqlGeometry GetCoverage(object obj);
static member GetCoverage : obj -> Microsoft.SqlServer.Types.SqlGeometry
Public Shared Function GetCoverage (obj As Object) As SqlGeometry

パラメーター

obj
Object

グリッド カバレッジを取得するオブジェクト。

返品

指定したオブジェクトのグリッド カバレッジを表す SqlGeometry オブジェクト。

適用対象