ServerTraceEventSet.ExecutionWarnings プロパティ
イベントがイベント セットに含まれるかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。 イベントは、SQL Server のステートメントまたはストアド プロシージャの実行中に警告が発行されたときに発生します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Property ExecutionWarnings As Boolean
Get
Set
'使用
Dim instance As ServerTraceEventSet
Dim value As Boolean
value = instance.ExecutionWarnings
instance.ExecutionWarnings = value
public bool ExecutionWarnings { get; set; }
public:
property bool ExecutionWarnings {
bool get ();
void set (bool value);
}
member ExecutionWarnings : bool with get, set
function get ExecutionWarnings () : boolean
function set ExecutionWarnings (value : boolean)
プロパティ値
型: System.Boolean
ExecutionWarning イベントがイベント セットに含まれるかどうかを示す Boolean 値。 True の場合、イベントはイベント セットに含まれます。 False (既定値) の場合、イベントはイベント セットに含まれません。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間