Свойство TraceEventArgs.Severity
Gets the severity associated with a TraceEventArgs object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Property Severity As Integer
Get
'Применение
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
Значение свойства
Тип: System.Int32
An Integer representation of severity.