AlertSystem プロパティ
AlertSystem オブジェクトは、SQL Server エージェントで定義されたすべての警告に適用される情報を格納します。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcObjectAttribute(SfcObjectRelationship.Object, SfcObjectCardinality.One)> _
Public ReadOnly Property AlertSystem As AlertSystem
Get
'使用
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
プロパティ値
型: Microsoft.SqlServer.Management.Smo.Agent. . :: . .AlertSystem
SQL Server エージェントで定義されたすべての警告に関する情報を格納する AlertSystem オブジェクトの値です。