DbSpatialServices.ElementAt Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un elemento del valore specificato.
Overload
| Nome | Descrizione |
|---|---|
| ElementAt(DbGeography, Int32) |
Restituisce un elemento del valore specificato DbGeography , se rappresenta una raccolta geography. |
| ElementAt(DbGeometry, Int32) |
Restituisce un elemento del valore specificato DbGeometry , se rappresenta un insieme geometry. |
ElementAt(DbGeography, Int32)
Restituisce un elemento del valore specificato DbGeography , se rappresenta una raccolta geography.
public:
abstract System::Data::Spatial::DbGeography ^ ElementAt(System::Data::Spatial::DbGeography ^ geographyValue, int index);
public abstract System.Data.Spatial.DbGeography ElementAt(System.Data.Spatial.DbGeography geographyValue, int index);
abstract member ElementAt : System.Data.Spatial.DbGeography * int -> System.Data.Spatial.DbGeography
Public MustOverride Function ElementAt (geographyValue As DbGeography, index As Integer) As DbGeography
Parametri
- geographyValue
- DbGeography
Valore geography, che non deve rappresentare una raccolta geography.
- index
- Int32
Posizione all'interno del valore geografico da cui deve essere acquisito l'elemento.
Valori restituiti
Elemento nella geographyValue posizione index, se rappresenta una raccolta di altri valori geography; in caso contrario null, .
Eccezioni
geographyValue
geographyValue
Si applica a
ElementAt(DbGeometry, Int32)
Restituisce un elemento del valore specificato DbGeometry , se rappresenta un insieme geometry.
public:
abstract System::Data::Spatial::DbGeometry ^ ElementAt(System::Data::Spatial::DbGeometry ^ geometryValue, int index);
public abstract System.Data.Spatial.DbGeometry ElementAt(System.Data.Spatial.DbGeometry geometryValue, int index);
abstract member ElementAt : System.Data.Spatial.DbGeometry * int -> System.Data.Spatial.DbGeometry
Public MustOverride Function ElementAt (geometryValue As DbGeometry, index As Integer) As DbGeometry
Parametri
- geometryValue
- DbGeometry
Valore geometry, che non deve rappresentare una raccolta geometry.
- index
- Int32
Posizione all'interno del valore geometry da cui deve essere acquisito l'elemento.
Valori restituiti
Elemento nella geometryValue posizione index, se rappresenta una raccolta di altri valori geometry; in caso contrario null, .
Eccezioni
geometryValue
geometryValue