Partager via


Propriété AdomdError.Source

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Source As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

AdomdError Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient