Aracılığıyla paylaş


SpatialEdmFunctions.GeographyMultiPointFromBinary Yöntem

Tanım

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

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeographyMultiPointFromBinary(System::Data::Common::CommandTrees::DbExpression ^ multiPointWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiPointFromBinary (System.Data.Common.CommandTrees.DbExpression multiPointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyMultiPointFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyMultiPointFromBinary (multiPointWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametreler

multiPointWellKnownBinaryValue
DbExpression

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

coordinateSystemId
DbExpression

Coğrafya çok noktalı değerin koordinat sisteminin koordinat sistemi kimliğini (SRID) sağlayan ifade.

Döndürülenler

Belirtilen değerlere göre yeni bir coğrafya çok noktalı değer döndüren yeni bir DbFunctionExpression.

Özel durumlar

multiPointWellKnownBinaryValue coordinateSystemId

multiPointWellKnownBinaryValue coordinateSystemId

Şunlara uygulanır