CategoryBase クラス
CategoryBase クラスは、JobCategory クラス、OperatorCategory クラス、および AlertCategory クラスの作成に使用される基本クラスです。3 つのすべてのカテゴリ クラスに共通な機能が含まれます。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Class CategoryBase _
Inherits AgentObjectBase _
Implements ICreatable, IDroppable, IRenamable, IScriptable
'使用
Dim instance As CategoryBase
public class CategoryBase : AgentObjectBase,
ICreatable, IDroppable, IRenamable, IScriptable
public ref class CategoryBase : public AgentObjectBase,
ICreatable, IDroppable, IRenamable, IScriptable
type CategoryBase =
class
inherit AgentObjectBase
interface ICreatable
interface IDroppable
interface IRenamable
interface IScriptable
end
public class CategoryBase extends AgentObjectBase implements ICreatable, IDroppable, IRenamable, IScriptable
説明
SQL Server エージェント カテゴリは、警告、ジョブ、オペレータをグループ化するためのオプション属性です。
JobCategory、OperatorCategory、および AlertCategory オブジェクトを使用すると、次のような操作を実行できます。
- 警告、ジョブ、およびオペレータのグループ化の作成
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
継承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .NamedSmoObject
Microsoft.SqlServer.Management.Smo.Agent. . :: . .AgentObjectBase
Microsoft.SqlServer.Management.Smo.Agent..::..CategoryBase
Microsoft.SqlServer.Management.Smo.Agent. . :: . .AlertCategory
Microsoft.SqlServer.Management.Smo.Agent. . :: . .JobCategory
Microsoft.SqlServer.Management.Smo.Agent. . :: . .OperatorCategory
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。