Alert.Severity プロパティ
警告が発生する原因になるエラー メッセージ重大度レベルを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Severity As Integer
Get
Set
'使用
Dim instance As Alert
Dim value As Integer
value = instance.Severity
instance.Severity = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int Severity { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int Severity {
int get ();
void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Severity : int with get, set
function get Severity () : int
function set Severity (value : int)
プロパティ値
型: System.Int32
エラー メッセージ重大度レベルを示す Int32 値です。
説明
Microsoft SQL Server プロセスによって特定のエラーまたは特定の重大度レベルのエラーが発生すると、SQL Server エージェント警告が発生します。 Alert オブジェクトの Severity プロパティを設定すると、警告が特定の SQL Server エラー メッセージ重大度レベルに関連付けられます。
Alert オブジェクトの Severity プロパティと MessageID プロパティの両方を設定すると、警告をエラー メッセージの重大度レベルとエラー メッセージの両方に関連付けようとするため、例外が発生します。
使用例
SQL Server エージェントでの自動管理タスクのスケジュール設定
関連項目
参照
Microsoft.SqlServer.Management.Smo.Agent 名前空間