SpatialEdmFunctions.GeometryCollectionFromBinary Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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