Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the error property associated with a TraceEventArgs object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Error As String
Get
'Usage
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
Property Value
Type: System.String
The error itself.