Пространство имен Microsoft.SqlServer.Management.Smo.Agent

The Microsoft.SqlServer.Management.Smo.Agent namespace contains classes that represent the SQL Server Agent.

The Microsoft.SqlServer.Management.Smo.Agent namespace represents the SQL Server Agent. After a connection to an instance of SQL Server has been established by using the Server object variable, you can use the objects in the Microsoft.SqlServer.Management.Smo.Agent namespace to manage the SQL Server Agent.

The Microsoft.SqlServer.Management.Smo.Agent namespace resides in the Microsoft.SqlServer.Smo.dll assembly file. Also, some of the enumeration classes are in the Microsoft.SqlServer.SqlEnum.dll and Microsoft.SqlServer.SmoEnum.dll assembly files. You will have to import all three files to access the classes in the Microsoft.SqlServer.Management.Smo.Agent namespace.

By using the Microsoft.SqlServer.Management.Smo.Agent namespace, you can do the following:

  • View and modify SQL Server Agent settings.

  • Set up and manage operators.

  • Set up and manage alerts based on system messages or performance conditions.

  • Set up and manage jobs with multiple steps and schedules.

  • Manage proxy accounts for the subsystems on which jobs run.

  • Manage jobs that run on multiple servers.

Классы

  Класс Описание
Открытый класс AgentObjectBase Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. The AgentObjectBase class is a base class that is inherited by all the SQL Server Agent classes and contains common members.
Открытый класс Alert The Alert class represents a Microsoft SQL Server Agent alert.
Открытый класс AlertCategory The AlertCategory class contains attributes that allow alerts to be categorized.
Открытый класс AlertCategoryCollection The AlertCategoryCollection class represents a collection of AlertCategory objects that represent all the categories defined on the parent object.
Открытый класс AlertCollection The AlertCollection class represents a collection of Alert objects that represent all the alerts defined on the parent object.
Открытый класс AlertSystem The AlertSystem class contains system information pertaining to all alerts defined on the instance of Microsoft SQL Server.
Открытый класс CategoryBase Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. The CategoryBase class is a base class that is used in the construction of the JobCategory class, the OperatorCategory class, and the AlertCategory class. It contains functionality that is common to all three category classes.
Открытый класс Job The Job class represents a Microsoft SQL Server Agent job.
Открытый класс JobCategory The JobCategory class contains attributes that allow alerts to be categorized.
Открытый класс JobCategoryCollection Класс JobCategoryCollection представляет коллекцию объектов JobCategory, представляющих все категории, определенные в родительском объекте.
Открытый класс JobCollection The JobCollection class represents a collection of Job objects that represent all the jobs defined on the JobServer object.
Открытый класс JobFilter The JobFilter object is used to store information about the constraints applied to the EnumJobs method of the JobServer object.
Открытый класс JobHistoryFilter The JobHistoryFilter object is used to store information about the constraints applied to the EnumJobHistory method of the JobServer object.
Открытый класс JobSchedule The JobSchedule class represents a SQL Server Agent job schedule.
Открытый класс JobScheduleCollection The JobScheduleCollection class represents a collection of JobSchedule objects that represent all the job schedules defined on the parent object.
Открытый класс JobServer The JobServer object represents the SQL Server Agent subsystem and the msdb database.
Открытый класс JobStep The JobStep class represents a Microsoft SQL Server job step.
Открытый класс JobStepCollection The JobStepCollection class represents a collection of JobStep objects that represent all the job steps defined on the parent Job object.
Открытый класс Operator The Operator class represents a SQL Server Agent operator.
Открытый класс OperatorCategory The OperatorCategory class contains attributes that allow operators to be categorized.
Открытый класс OperatorCategoryCollection The OperatorCategoryCollection class represents a collection of OperatorCategory objects that represent all the categories defined on the parent object.
Открытый класс OperatorCollection The OperatorCollection class represents a collection of Operator objects that represent all the operators defined on the JobServer object.
Открытый класс ProxyAccount The ProxyAccount class represents a SQL Server Agent proxy account.
Открытый класс ProxyAccountCollection The ProxyAccountCollection class represents a collection of ProxyAccount objects that represent all the proxy accounts defined on SQL Server Agent.
Открытый класс ScheduleBase Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. The ScheduleBase class is a base class that is inherited by the JobSchedule class.
Открытый класс TargetServer The TargetServer object represents a target server defined for multiserver administration on SQL Server Agent.
Открытый класс TargetServerCollection The TargetServerCollection class represents a collection of TargetServer objects that represent all the target servers defined on SQL Server Agent.
Открытый класс TargetServerGroup The TargetServerGroup object that represent a target server group defined for multi-server administration on SQL Server Agent.
Открытый класс TargetServerGroupCollection Класс TargetServerGroupCollection представляет коллекцию объектов TargetServerGroup, которые представляют все группы целевых серверов, определенные в агенте SQL Server.

Перечисления

  Перечисление Описание
Открытое перечисление ActivationOrder Перечисление ActivationOrder содержит значения, указывающие время выполнения триггера относительно других триггеров, присоединенных к заданной операции вставки, обновления или удаления.
Открытое перечисление AgentLogLevels The AgentLogLevels enumeration contains values that are used to specify the type of errors or messages that are logged by SQL Server. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Открытое перечисление AgentMailType The AgentMailType enumeration contains values that are used to specify the source of mail.
Открытое перечисление AgentSubSystem The AgentSubSystem enumeration contains values that are used to specify the Microsoft SQL Server subsystems that can be used by job steps.
Открытое перечисление AlertType The AlertType enumeration contains values that are used to specify the type of event or performance condition that causes alerts to be raised.
Открытое перечисление CategoryType The CategoryType enumeration is a list of constant values that specify the type of category, such as whether the category refers to local jobs or multiserver administration.
Открытое перечисление CompletionAction The CompletionAction enumeration is a list of constant values that specify the circumstances when a job completes after which another action is executed.
Открытое перечисление CompletionResult The CompletionResult enumeration is a list of constant values that specify the status on completion of a job or job step.
Открытое перечисление FindOperand Перечисление FindOperand представляет список операндов, которые используются для вычисления свойств DateJobCreated и DateJobLastModified, указывающих диапазон дат в фильтре заданий.
Открытое перечисление FrequencyRelativeIntervals The FrequencyRelativeIntervals enumeration contains values that are used to specify the ordinal position of a recurring occurrence within a specified period.
Открытое перечисление FrequencySubDayTypes Перечисление FrequencySubDayTypes содержит значения, указывающие порядок управления расписаниями в пределах суток.
Открытое перечисление FrequencyTypes The FrequencyTypes enumeration contains values that are used to specify how often a schedule is executed.
Открытое перечисление JobExecutionStatus The JobExecutionStatus enumeration is a list of constant values that specify the execution status of a job or job step.
Открытое перечисление JobOutcome The JobOutcome enumeration is a list of constant values that specify the outcome after running a job.
Открытое перечисление JobServerType The JobServerType enumeration is a list of constant values that specify the type of server with regard to multiserver or stand-alone administration.
Открытое перечисление JobStepFlags Перечисление JobStepFlags представляет собой список значений констант, указывающих файл, к которому добавляются данные журнала заданий.
Открытое перечисление JobType The JobType enumeration is a list of constant values that specify the location where the job is run (locally or on multiple servers).
Открытое перечисление MonthlyRelativeWeekDays Перечисление MonthlyRelativeWeekDays содержит значения, которые указывают отдельные дни недели, рабочие дни, выходные дни или все дни недели.
Открытое перечисление NotifyMethods The NotifyMethods enumeration contains values that specify the method used to notify operators in an alert or a job. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Открытое перечисление NotifyType The NotifyType enumeration contains values that are used to specify the notification type that restricts the output of the Alert object's EnumNotifications method.
Открытое перечисление OSRunPriority The OSRunPriority enumeration contains constant values that specify the levels of priority given to running the operating system.
Открытое перечисление StepCompletionAction The StepCompletionAction enumeration contains values that specify the action taken on completion of a job step.
Открытое перечисление TargetServerStatus The TargetServerStatus enumeration contains values that specify the status of a target server. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Открытое перечисление WeekDays The WeekDays enumeration contains constant values that specify the days of the week.