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 AdomdErrorLocation describing the location of the error.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property Location As AdomdErrorLocation
Get
'Usage
Dim instance As AdomdError
Dim value As AdomdErrorLocation
value = instance.Location
public AdomdErrorLocation Location { get; }
public:
property AdomdErrorLocation^ Location {
AdomdErrorLocation^ get ();
}
member Location : AdomdErrorLocation
function get Location () : AdomdErrorLocation
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.AdomdErrorLocation
An AdomdErrorLocation describing the location of the error.