Bagikan melalui


SpatialEdmFunctions.GeographyMultiPolygonFromBinary Metode

Definisi

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

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

Parameter

multiPolygonWellKnownBinaryValue
DbExpression

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

coordinateSystemId
DbExpression

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

Mengembalikan

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

Pengecualian

multiPolygonWellKnownBinaryValue coordinateSystemId

multiPolygonWellKnownBinaryValue coordinateSystemId

Berlaku untuk