Bagikan melalui


SpatialEdmFunctions.GeometryCollectionFromBinary Metode

Definisi

DbFunctionExpression Membuat yang memanggil fungsi kanonis 'GeometryCollectionFromBinary' dengan argumen yang ditentukan. geometryCollectionWellKnownBinaryValue 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 ^ 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

Parameter

geometryCollectionWellKnownBinaryValue
DbExpression

Ekspresi yang menyediakan representasi biner terkenal dari nilai koleksi geometri.

coordinateSystemId
DbExpression

Ekspresi yang menyediakan id sistem koordinat (SRID) dari sistem koordinat nilai pengumpulan geometri.

Mengembalikan

DbFunctionExpression baru yang mengembalikan nilai koleksi geometri baru berdasarkan nilai yang ditentukan.

Pengecualian

geometryCollectionWellKnownBinaryValue coordinateSystemId

geometryCollectionWellKnownBinaryValue coordinateSystemId

Berlaku untuk