Compartilhar via


Propriedade do RDL TraceEventArgs.Error

Gets the error property associated with a TraceEventArgs object.

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

Sintaxe

'Declaração
Public ReadOnly Property Error As String 
    Get
'Uso
Dim instance As TraceEventArgs 
Dim value As String 

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

Valor da propriedade

Tipo: System.String
The error itself.

Consulte também

Referência

TraceEventArgs Classe

Namespace Microsoft.AnalysisServices