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