Proprietà AdomdError.Source

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Source As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

AdomdError Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient