XmlaMessage.Location Property
Applies To: SQL Server (starting with 2016)
Gets or sets the location information.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public XmlaMessageLocation Location { get; }
public:
property XmlaMessageLocation^ Location {
XmlaMessageLocation^ get();
}
member Location : XmlaMessageLocation with get
Public ReadOnly Property Location As XmlaMessageLocation
Property Value
Type: Microsoft.AnalysisServices.XmlaMessageLocation
The location information.
See Also
XmlaMessage Class
Microsoft.AnalysisServices Namespace
Return to top