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 severity associated with a TraceEventArgs object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Severity As Integer
Get
'Usage
Dim instance As TraceEventArgs
Dim value As Integer
value = instance.Severity
public int Severity { get; }
public:
property int Severity {
int get ();
}
member Severity : int
function get Severity () : int
Property Value
Type: System.Int32
An Integer representation of severity.