XmlaMessage.Location Property
Gets or sets the location information.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Location As XmlaMessageLocation
Get
'Usage
Dim instance As XmlaMessage
Dim value As XmlaMessageLocation
value = instance.Location
public XmlaMessageLocation Location { get; }
public:
property XmlaMessageLocation^ Location {
XmlaMessageLocation^ get ();
}
member Location : XmlaMessageLocation
function get Location () : XmlaMessageLocation
Property Value
Type: Microsoft.AnalysisServices.XmlaMessageLocation
The location information.