Aracılığıyla paylaş


SpatialEdmFunctions.GeometryMultiPolygonFromBinary Yöntem

Tanım

Belirtilen bağımsız değişkenlerle kurallı 'GeometryMultiPolygonFromBinary' işlevini çağıran bir DbFunctionExpression oluşturur. multiPolygonWellKnownBinaryValue 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 ^ 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

Parametreler

multiPolygonWellKnownBinaryValue
DbExpression

Geometri çok çokgen değerinin iyi bilinen ikili gösterimini sağlayan ifade.

coordinateSystemId
DbExpression

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

Döndürülenler

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

Özel durumlar

multiPolygonWellKnownBinaryValue coordinateSystemId

multiPolygonWellKnownBinaryValue coordinateSystemId

Şunlara uygulanır