此 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.