Właściwość Alert.EventDescriptionKeyword
Pobiera lub ustawia wyraz lub frazę, które muszą pojawić się w tekście zdarzenie wiadomości, powodujący alert należy podnieść.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EventDescriptionKeyword As String
Get
Set
'Użycie
Dim instance As Alert
Dim value As String
value = instance.EventDescriptionKeyword
instance.EventDescriptionKeyword = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string EventDescriptionKeyword { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ EventDescriptionKeyword {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EventDescriptionKeyword : string with get, set
function get EventDescriptionKeyword () : String
function set EventDescriptionKeyword (value : String)
Wartość właściwości
Typ: System.String
A String wartość określająca wyraz lub frazę, musi istnieć w zdarzenie wiadomości tekstowe.