AdomdError.Location-Eigenschaft
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
Eigenschaftswert
Typ: Microsoft.AnalysisServices.AdomdClient.AdomdErrorLocation
An AdomdErrorLocation describing the location of the error.