Class XmlaResultExtension
Extension methods for Microsoft.AnalysisServices.XmlaResultCollection
Inheritance
XmlaResultExtension
Assembly: TOMWrapper.dll
Syntax
public static class XmlaResultExtension
Methods
GetMessages(XmlaResultCollection)
Combines all XMLA result messages into a string.
Declaration
public static string GetMessages(this XmlaResultCollection xmlaResults)
Parameters
Type |
Name |
Description |
XmlaResultCollection |
xmlaResults |
|
Returns
GetWarnings(XmlaResultCollection)
Returns a list of all XMLA warnings encountered.
Declaration
public static IImmutableList<string> GetWarnings(this XmlaResultCollection xmlaResults)
Parameters
Type |
Name |
Description |
XmlaResultCollection |
xmlaResults |
|
Returns