Compartir a través de


Error Propiedad

Gets the error property associated with a TraceEventArgs object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System. . :: . .String
The error itself.