Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of XMLA messages associated with a TraceEventArgs object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property XmlaMessages As XmlaMessageCollection
Get
'Usage
Dim instance As TraceEventArgs
Dim value As XmlaMessageCollection
value = instance.XmlaMessages
public XmlaMessageCollection XmlaMessages { get; }
public:
property XmlaMessageCollection^ XmlaMessages {
XmlaMessageCollection^ get ();
}
member XmlaMessages : XmlaMessageCollection
function get XmlaMessages () : XmlaMessageCollection
Property Value
Type: Microsoft.AnalysisServices.XmlaMessageCollection
A collection of XMLA messages.