次の方法で共有


AlertCategories プロパティ

AlertCategory オブジェクトのコレクションを表します。各 AlertCategory オブジェクトは、SQL Server エージェントで定義された警告カテゴリを表します。

名前空間:  Microsoft.SqlServer.Management.Smo.Agent
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(AlertCategory))> _
Public ReadOnly Property AlertCategories As AlertCategoryCollection
    Get
'使用
Dim instance As JobServer
Dim value As AlertCategoryCollection

value = instance.AlertCategories
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(AlertCategory))]
public AlertCategoryCollection AlertCategories { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(AlertCategory))]
public:
property AlertCategoryCollection^ AlertCategories {
    AlertCategoryCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(AlertCategory))>]
member AlertCategories : AlertCategoryCollection
function get AlertCategories () : AlertCategoryCollection

プロパティ値

型: Microsoft.SqlServer.Management.Smo.Agent. . :: . .AlertCategoryCollection
SQL Server エージェントで定義されたすべての警告カテゴリを表す AlertCategoryCollection オブジェクトです。