Share via


AdomdDataReader.Item[] Propriété

Définition

Surcharges

Item[Int32]

Élément

Item[String]

Item 1

Item[Int32]

Élément

public object this[int index] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(index As Integer) As Object

Paramètres

index
Int32

Valeur de propriété

Implémente

S’applique à

Item[String]

Item 1

public object this[string columnName] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(columnName As String) As Object

Paramètres

columnName
String

Valeur de propriété

Implémente

S’applique à