SpatialEdmFunctions.GeometryCollectionFromBinary 方法

定義

建立 DbFunctionExpression 一個,能呼叫典型的「GeometryCollectionFromBinary」函式,並指定參數。 geometryCollectionWellKnownBinaryValue 必須有二元結果型別,而 coordinateSystemId 必須有整數數值結果型別。 表達式的結果類型為Edm.Geometry。

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeometryCollectionFromBinary(System::Data::Common::CommandTrees::DbExpression ^ geometryCollectionWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryCollectionFromBinary(System.Data.Common.CommandTrees.DbExpression geometryCollectionWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryCollectionFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryCollectionFromBinary (geometryCollectionWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

參數

geometryCollectionWellKnownBinaryValue
DbExpression

一個表達式,提供眾所周知的幾何集合值的二進位表示。

coordinateSystemId
DbExpression

一個表示式,提供幾何集合值座標系的座標系 ID(SRID)。

傳回

一個新的 DbFunctionExpression,根據指定的值回傳新的幾何集合值。

例外狀況

geometryCollectionWellKnownBinaryValue coordinateSystemId

geometryCollectionWellKnownBinaryValue coordinateSystemId

適用於