WmiEventQuery プロパティ
イベントの Windows Management Instrumentation (WMI) クエリを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property WmiEventQuery As String
Get
Set
'使用
Dim instance As Alert
Dim value As String
value = instance.WmiEventQuery
instance.WmiEventQuery = value
[SfcPropertyAttribute]
public string WmiEventQuery { get; set; }
[SfcPropertyAttribute]
public:
property String^ WmiEventQuery {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member WmiEventQuery : string with get, set
function get WmiEventQuery () : String
function set WmiEventQuery (value : String)
プロパティ値
型: System. . :: . .String
イベントの WMI クエリを指定する String 値です。
説明
このプロパティは SQL Server 2005 で導入されました。