JobServer.OperatorCategories プロパティ
OperatorCategory オブジェクトのコレクションを表します。 各 OperatorCategory オブジェクトは、SQL Server エージェントで定義されたオペレーター カテゴリを表します。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, _
GetType(OperatorCategory))> _
Public ReadOnly Property OperatorCategories As OperatorCategoryCollection
Get
'使用
Dim instance As JobServer
Dim value As OperatorCategoryCollection
value = instance.OperatorCategories
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(OperatorCategory))]
public OperatorCategoryCollection OperatorCategories { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny,
typeof(OperatorCategory))]
public:
property OperatorCategoryCollection^ OperatorCategories {
OperatorCategoryCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(OperatorCategory))>]
member OperatorCategories : OperatorCategoryCollection
function get OperatorCategories () : OperatorCategoryCollection
プロパティ値
型: Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection
SQL Server エージェントで定義されたオペレーター カテゴリを表す OperatorCategoryCollection です。
使用例
SQL Server エージェントでの自動管理タスクのスケジュール設定
関連項目
参照
Microsoft.SqlServer.Management.Smo.Agent 名前空間