Bagikan melalui


SpatialEdmFunctions.GeometryMultiPolygonFromBinary Metode

Definisi

DbFunctionExpression Membuat yang memanggil fungsi kanonis 'GeometryMultiPolygonFromBinary' dengan argumen yang ditentukan. multiPolygonWellKnownBinaryValue harus memiliki tipe hasil biner, sementara coordinateSystemId harus memiliki tipe hasil numerik bilangan bulat. Jenis hasil ekspresi adalah Edm.Geometry.

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

Parameter

multiPolygonWellKnownBinaryValue
DbExpression

Ekspresi yang menyediakan representasi biner terkenal dari nilai multi-poligon geometri.

coordinateSystemId
DbExpression

Ekspresi yang menyediakan id sistem koordinat (SRID) dari sistem koordinat nilai geometri multi-poligon.

Mengembalikan

DbFunctionExpression baru yang mengembalikan nilai multi-poligon geometri baru berdasarkan nilai yang ditentukan.

Pengecualian

multiPolygonWellKnownBinaryValue coordinateSystemId

multiPolygonWellKnownBinaryValue coordinateSystemId

Berlaku untuk