MultiShardDataReader.Item[] プロパティ

定義

オーバーロード

Item[String]
Item[Int32]

Item[String]

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

パラメーター

name
String

プロパティ値

実装

適用対象

Item[Int32]

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

パラメーター

ordinal
Int32

プロパティ値

実装

適用対象