Właściwość AlertSystem
AlertSystem Obiektu przechowuje informacje dotyczy wszystkie alerty zdefiniowane na SQL Server agenta.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
<SfcObjectAttribute(SfcObjectRelationship.Object, SfcObjectCardinality.One)> _
Public ReadOnly Property AlertSystem As AlertSystem
Get
'Użycie
Dim instance As JobServer
Dim value As AlertSystem
value = instance.AlertSystem
[SfcObjectAttribute(SfcObjectRelationship.Object, SfcObjectCardinality.One)]
public AlertSystem AlertSystem { get; }
[SfcObjectAttribute(SfcObjectRelationship::Object, SfcObjectCardinality::One)]
public:
property AlertSystem^ AlertSystem {
AlertSystem^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.Object, SfcObjectCardinality.One)>]
member AlertSystem : AlertSystem
function get AlertSystem () : AlertSystem
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Agent. . :: . .AlertSystem
AlertSystem Wartość obiektu, który przechowuje informacje o wszystkie alerty zdefiniowane na SQL Server agenta.