Aracılığıyla paylaş


SpatialEdmFunctions.GeographyCollectionFromBinary Yöntem

Tanım

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

Parametreler

geographyCollectionWellKnownBinaryValue
DbExpression

Coğrafya koleksiyonu değerinin iyi bilinen ikili gösterimini sağlayan bir ifade.

coordinateSystemId
DbExpression

Coğrafya koleksiyonu değerinin koordinat sisteminin koordinat sistemi kimliğini (SRID) sağlayan ifade.

Döndürülenler

Belirtilen değerlere göre yeni bir coğrafya koleksiyonu değeri döndüren yeni bir DbFunctionExpression.

Özel durumlar

geographyCollectionWellKnownBinaryValue coordinateSystemId

geographyCollectionWellKnownBinaryValue coordinateSystemId

Şunlara uygulanır