Compartilhar via


Propriedade do RDL AdomdError.Source

Gets the name of the application or object that caused the error associated with the AdomdError.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public ReadOnly Property Source As String 
    Get
'Uso
Dim instance As AdomdError 
Dim value As String 

value = instance.Source
public string Source { get; }
public:
property String^ Source {
    String^ get ();
}
member Source : string
function get Source () : String

Valor da propriedade

Tipo: System.String
A String that contains the name of the application or object that caused the error.

Consulte também

Referência

AdomdError Classe

Namespace Microsoft.AnalysisServices.AdomdClient