Aracılığıyla paylaş


SpatialEdmFunctions.GeometryPointFromBinary Yöntem

Tanım

Belirtilen bağımsız değişkenlerle kurallı 'GeometryPointFromBinary' işlevini çağıran bir DbFunctionExpression oluşturur. pointWellKnownBinaryValue 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 ^ GeometryPointFromBinary(System::Data::Common::CommandTrees::DbExpression ^ pointWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryPointFromBinary (System.Data.Common.CommandTrees.DbExpression pointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryPointFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryPointFromBinary (pointWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametreler

pointWellKnownBinaryValue
DbExpression

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

coordinateSystemId
DbExpression

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

Döndürülenler

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

Özel durumlar

pointWellKnownBinaryValue coordinateSystemId

pointWellKnownBinaryValue coordinateSystemId

Şunlara uygulanır