SpatialEdmFunctions.Elevation(DbExpression) Yöntem

Tanım

DbFunctionExpression Edm.Geography veya Edm.Geometry sonuç türüne sahip olması gereken belirtilen bağımsız değişkenle kurallı 'Elevation' işlevini çağıran bir oluşturur. İfadenin sonuç türü Edm.Double'dır.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ Elevation(System::Data::Common::CommandTrees::DbExpression ^ spatialValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression Elevation (this System.Data.Common.CommandTrees.DbExpression spatialValue);
static member Elevation : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Elevation (spatialValue As DbExpression) As DbFunctionExpression

Parametreler

spatialValue
DbExpression

Yükseltme (Z eşgüdümlü) değerinin alınması gereken uzamsal nokta değerini belirten ifade.

Döndürülenler

Bir nokta değilse spatialValue veya null yükseltme değerini spatialValue döndüren yeni bir DbFunctionExpression.

Özel durumlar

spatialValue

spatialValue

Şunlara uygulanır