OperationException.Results Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the results of the operation.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public XmlaResultCollection Results { get; }
public:
property XmlaResultCollection^ Results {
    XmlaResultCollection^ get();
}
member Results : XmlaResultCollection with get
Public ReadOnly Property Results As XmlaResultCollection

Property Value

Type: Microsoft.AnalysisServices.XmlaResultCollection

The results of the operation.

See Also

OperationException Class
Microsoft.AnalysisServices Namespace

Return to top