Aracılığıyla paylaş


SpatialEdmFunctions.GeometryCollectionFromBinary Yöntem

Tanım

Belirtilen bağımsız değişkenlerle kurallı 'GeometryCollectionFromBinary' işlevini çağıran bir DbFunctionExpression oluşturur. geometryCollectionWellKnownBinaryValue bir ikili sonuç türüne coordinateSystemId , tamsayı sayısal sonuç türüne sahip olmalıdır. İfadenin sonuç türü Edm.Geometry'dir.

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

Parametreler

geometryCollectionWellKnownBinaryValue
DbExpression

Geometri koleksiyonu değerinin iyi bilinen ikili gösterimini sağlayan bir ifade.

coordinateSystemId
DbExpression

Geometri koleksiyonu değerinin koordinat sisteminin koordinat sistemi kimliğini (SRID) sağlayan ifade.

Döndürülenler

Belirtilen değerlere göre yeni bir geometri koleksiyonu değeri döndüren yeni bir DbFunctionExpression.

Özel durumlar

geometryCollectionWellKnownBinaryValue coordinateSystemId

geometryCollectionWellKnownBinaryValue coordinateSystemId

Şunlara uygulanır