AmoDataAdapter(AmoDataReader) Constructor

Definition

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.

Applies to