OperationException.XmlaRequest Property

 

Applies To: SQL Server (starting with 2016)

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

Syntax

public string XmlaRequest { get; private set; }
public:
property String^ XmlaRequest {
    String^ get();
    private: void set(String^ value);
}
member XmlaRequest : string with get, private set
Public Property XmlaRequest As String
    Get
    Private Set
End Property

Property Value

Type: System.String

See Also

OperationException Class
Microsoft.AnalysisServices Namespace

Return to top