AdomdCommand.ExecuteReader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExecuteReader(CommandBehavior) |
ExecuteReader |
ExecuteReader() |
ExecuteReader |
ExecuteReader(CommandBehavior)
ExecuteReader
public Microsoft.AnalysisServices.AdomdClient.AdomdDataReader ExecuteReader (System.Data.CommandBehavior behavior);
member this.ExecuteReader : System.Data.CommandBehavior -> Microsoft.AnalysisServices.AdomdClient.AdomdDataReader
Public Function ExecuteReader (behavior As CommandBehavior) As AdomdDataReader
Parameters
- behavior
- CommandBehavior
behavior
Returns
Information not available for this release.
Applies to
ExecuteReader()
ExecuteReader
public Microsoft.AnalysisServices.AdomdClient.AdomdDataReader ExecuteReader ();
member this.ExecuteReader : unit -> Microsoft.AnalysisServices.AdomdClient.AdomdDataReader
Public Function ExecuteReader () As AdomdDataReader
Returns
Information not available for this release.