다음을 통해 공유


WmiEventNamespace 속성

Gets or sets the Windows Management Instrumentation (WMI) namespace for the event.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public Property WmiEventNamespace As String
    Get
    Set
‘사용 방법
Dim instance As Alert
Dim value As String

value = instance.WmiEventNamespace

instance.WmiEventNamespace = value
[SfcPropertyAttribute]
public string WmiEventNamespace { get; set; }
[SfcPropertyAttribute]
public:
property String^ WmiEventNamespace {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member WmiEventNamespace : string with get, set
function get WmiEventNamespace () : String
function set WmiEventNamespace (value : String)

속성 값

형식: System. . :: . .String
A String value that specifies the WMI namespace for the event.

주의

이 속성은 SQL Server 2005에서 도입되었습니다.