Propriedades AdomdDataReader
O tipo AdomdDataReader expõe os seguintes membros.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Depth | Gets a value indicating the depth of nesting for the current row. |
![]() |
FieldCount | Gets a value indicating the number of columns in the current row. |
![]() |
IsClosed | Gets a value indicating whether the data reader is closed. |
![]() |
Item[ ( [ ( Int32] ) ] ) | Gets the value of a specified column in its native format, given the ordinal position of the column. In Microsoft Visual C#, this property is the indexer for the T:Microsoft.AnalysisServices.AdomdServer.AdomdDataReader class. |
![]() |
Item[ ( [ ( String] ) ] ) | Gets the value of a specified column in its native format, given the name of the column. In Microsoft Visual C#, this property is the indexer for the AdomdDataReader class. |
![]() |
RecordsAffected | This member is reserved for future use. |
Início