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