AmoDataReader.Results Property

Definition

Gets the collection of results for the current object, containing warnings and informational messages.

public Microsoft.AnalysisServices.XmlaResultCollection Results { get; }
member this.Results : Microsoft.AnalysisServices.XmlaResultCollection
Public ReadOnly Property Results As XmlaResultCollection

Property Value

The collection of results for the current object.

Remarks

In case of parsed results or root element, it has the same format as the collection returned from Server.Execute(): one result per rowset, each result contains the messages from the corresponding rowset. If AffectedObjects element was parsed, then there will be exactly one result. This property may be used only after the data reader has finished parsing the output.

Applies to