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