Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.