Aracılığıyla paylaş


SpatialEdmFunctions.GeographyMultiLineFromBinary Yöntem

Tanım

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

Parametreler

multiLineWellKnownBinaryValue
DbExpression

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

coordinateSystemId
DbExpression

Coğrafya çok satırlı 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 satırlı değer döndüren yeni bir DbFunctionExpression.

Özel durumlar

multiLineWellKnownBinaryValue coordinateSystemId

multiLineWellKnownBinaryValue coordinateSystemId

Şunlara uygulanır