次の方法で共有


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 エージェント カテゴリは、警告、ジョブ、オペレータをグループ化するためのオプション属性です。

JobCategoryOperatorCategory、および AlertCategory オブジェクトを使用すると、次のような操作を実行できます。

  • 警告、ジョブ、およびオペレータのグループ化の作成

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。