Aracılığıyla paylaş


SpatialEdmFunctions.GeometryMultiPointFromBinary Yöntem

Tanım

DbFunctionExpressionKurallı ' Geometrymultipointfrombınary ' işlevini belirtilen bağımsız değişkenlerle çağıran bir oluşturur. multiPointWellKnownBinaryValue bir ikili sonuç türüne sahip olmalıdır, ancak 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 ^ GeometryMultiPointFromBinary(System::Data::Common::CommandTrees::DbExpression ^ multiPointWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiPointFromBinary (System.Data.Common.CommandTrees.DbExpression multiPointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryMultiPointFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryMultiPointFromBinary (multiPointWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametreler

multiPointWellKnownBinaryValue
DbExpression

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

coordinateSystemId
DbExpression

Geometri çok noktalı değerin koordinat sisteminin koordinat sistem kimliğini (SRID) sağlayan bir ifade.

Döndürülenler

DbFunctionExpression

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

Özel durumlar

multiPointWellKnownBinaryValue coordinateSystemId

multiPointWellKnownBinaryValue coordinateSystemId

Şunlara uygulanır