AmoDataAdapter(AmoDataReader) Constructor
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.
Initializes a new instance of an AmoDataAdapter object.
public AmoDataAdapter (Microsoft.AnalysisServices.AmoDataReader reader);
new Microsoft.AnalysisServices.AmoDataAdapter : Microsoft.AnalysisServices.AmoDataReader -> Microsoft.AnalysisServices.AmoDataAdapter
Public Sub New (reader As AmoDataReader)
Parameters
- reader
- AmoDataReader
Specifies an instance of an AmoDataReader object.