Compartir a través de


AdomdError.Location Propiedad

Gets the AdomdErrorLocation describing the location of the error.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property Location As AdomdErrorLocation 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AdomdClient.AdomdErrorLocation
An AdomdErrorLocation describing the location of the error.

Vea también

Referencia

AdomdError Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient