DbGeometry.ElementAt メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
特定の場所にあるこの DbGeography 値が geography コレクションを表す場合、その値の要素を返します。
名前空間: System.Data.Entity.Spatial
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Function ElementAt ( _
index As Integer _
) As DbGeometry
'使用
Dim instance As DbGeometry
Dim index As Integer
Dim returnValue As DbGeometry
returnValue = instance.ElementAt(index)
public DbGeometry ElementAt(
int index
)
public:
DbGeometry^ ElementAt(
int index
)
member ElementAt :
index:int -> DbGeometry
public function ElementAt(
index : int
) : DbGeometry
パラメーター
- index
型 : System.Int32
要素を取得する、このジオメトリ値内の位置。
戻り値
型 : System.Data.Entity.Spatial.DbGeometry
値が他のジオメトリ値のコレクションを表す場合は、指定された位置でのこのジオメトリ値の要素。それ以外の場合は、null。