Source propriété
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 (dans 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 la propriété
Type : System. . :: . .String
A String that contains the name of the application or object that caused the error.
Voir aussi