SpatialEdmFunctions.PointAt(DbExpression, DbExpression) Yöntem

Tanım

Belirtilen bağımsız değişkenlerle kurallı 'PointAt' işlevini çağıran bir DbFunctionExpression oluşturur. İlk bağımsız değişken bir Edm.Geography veya Edm.Geometry sonuç türüne sahip olmalıdır. İkinci bağımsız değişkenin bir tamsayı sayısal sonuç türü olmalıdır. İfadenin sonuç türü ile aynıdır spatialValue.

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

Parametreler

spatialValue
DbExpression

Uzamsal çizgi dizesi değerini belirten bir ifade.

indexValue
DbExpression

Satır dizesi içinden alınacak noktanın konumunu belirten ifade.

Döndürülenler

konumundaki noktayı indexValuespatialValue döndüren veya null bir satır dizesi değilse spatialValue yeni bir DbFunctionExpression.

Özel durumlar

spatialValue indexValue

Şunlara uygulanır