XmlaResult.Messages Property

 

Applies To: SQL Server (starting with 2016)

Gets the message in the collection.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.XmlaMessageCollection

The message.

See Also

XmlaResult Class
Microsoft.AnalysisServices Namespace

Return to top