Condividi tramite


Proprietà Alert.WmiEventNamespace

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property WmiEventNamespace As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Osservazioni

Questa proprietà è stata introdotta in SQL Server 2005.

Esempi

Pianificazione delle attività amministrative automatiche in SQL Server Agent

Vedere anche

Riferimento

Alert Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent

Altre risorse

Automatizzazione delle attività amministrative (SQL Server Agent)

sp_add_alert (Transact-SQL)