AdomdDataReader(XmlReader, CommandBehavior, AdomdConnection, Boolean) Constructor

Definition

AdomdDataReader

protected AdomdDataReader (System.Xml.XmlReader xmlReader, System.Data.CommandBehavior commandBehavior, Microsoft.AnalysisServices.AdomdClient.AdomdConnection connection, bool readerAtRoot);
new Microsoft.AnalysisServices.AdomdClient.AdomdDataReader : System.Xml.XmlReader * System.Data.CommandBehavior * Microsoft.AnalysisServices.AdomdClient.AdomdConnection * bool -> Microsoft.AnalysisServices.AdomdClient.AdomdDataReader
Protected Sub New (xmlReader As XmlReader, commandBehavior As CommandBehavior, connection As AdomdConnection, readerAtRoot As Boolean)

Parameters

xmlReader
XmlReader
commandBehavior
CommandBehavior
connection
AdomdConnection
readerAtRoot
Boolean

Applies to