Compartilhar via


Propriedades AdomdDataReader

O tipo AdomdDataReader expõe os seguintes membros.

Propriedades

  Nome Descrição
Propriedade pública Depth Gets a value indicating the depth of nesting for the current row.
Propriedade pública FieldCount Gets a value indicating the number of columns in the current row.
Propriedade pública IsClosed Gets a value indicating whether the data reader is closed.
Propriedade pública 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.
Propriedade pública 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.
Propriedade pública RecordsAffected This member is reserved for future use.

Início