SpatialEdmFunctions.GeometryMultiPointFromBinary 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 DbFunctionExpression 一個,能呼叫典型的「GeometryMultiPointFromBinary」函式,並使用指定的參數。
multiPointWellKnownBinaryValue 必須有二元結果型別,而 coordinateSystemId 必須有整數數值結果型別。 表達式的結果類型為Edm.Geometry。
public:
static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeometryMultiPointFromBinary(System::Data::Common::CommandTrees::DbExpression ^ multiPointWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiPointFromBinary(System.Data.Common.CommandTrees.DbExpression multiPointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryMultiPointFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryMultiPointFromBinary (multiPointWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression
參數
- multiPointWellKnownBinaryValue
- DbExpression
一個表達式,提供幾何多點值的眾所周知的二進位表示。
- coordinateSystemId
- DbExpression
一個表示式,提供幾何多點值座標系的座標系 id(SRID)。
傳回
一個新的 DbFunctionExpression,根據指定的值回傳一個新的幾何多點值。
例外狀況
multiPointWellKnownBinaryValue
coordinateSystemId
multiPointWellKnownBinaryValue
coordinateSystemId