AdomdDataReader Properties

Include Protected Members
Include Inherited Members

The AdomdDataReader type exposes the following members.

Properties

  Name Description
Public property Depth Gets a value indicating the depth of nesting for the current row.
Public property FieldCount Gets a value indicating the number of columns in the current row.
Public property IsClosed Gets a value indicating whether the data reader is closed.
Public property 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.
Public property 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.
Public property RecordsAffected This member is reserved for future use.

Top

See Also

Reference

AdomdDataReader Class

Microsoft.AnalysisServices.AdomdServer Namespace