次の方法で共有


Job クラス

Job クラスは、MicrosoftSQL Server エージェント ジョブを表します。

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

構文

'宣言
Public NotInheritable Class Job _
    Inherits AgentObjectBase _
    Implements IAlterable, ICreatable, IDroppable, IRenamable,  _
    IScriptable
'使用
Dim instance As Job
public sealed class Job : AgentObjectBase, IAlterable, 
    ICreatable, IDroppable, IRenamable, IScriptable
public ref class Job sealed : public AgentObjectBase, 
    IAlterable, ICreatable, IDroppable, IRenamable, IScriptable
[<SealedAttribute>]
type Job =  
    class
        inherit AgentObjectBase
        interface IAlterable
        interface ICreatable
        interface IDroppable
        interface IRenamable
        interface IScriptable
    end
public final class Job extends AgentObjectBase implements IAlterable, ICreatable, IDroppable, IRenamable, IScriptable

説明

Job オブジェクトのプロパティを取得または設定するには、MSDB データベースに対するデータベース ロール SQLAgentUserRole のメンバ、ジョブの所有者、または固定サーバー ロール sysadmin のメンバである必要があります。

ジョブを作成するには、MSDB データベースに対するデータベース ロール SQLAgentUserRole、SQLAgentReaderRole、および SQLAgentOperatorRole のメンバ、または固定サーバー ロール sysadmin のメンバである必要があります。

ジョブを削除するには、MSDB データベースに対するデータベース ロール SQLAgentUserRole のメンバ、ジョブの所有者、または固定サーバー ロール sysadmin のメンバである必要があります。

スレッド セーフ

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

スレッド セーフ

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