Поделиться через


Класс Operator

The Operator class represents a SQL Server Agent operator.

Иерархия наследования

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.Operator

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public NotInheritable Class Operator _
    Inherits AgentObjectBase _
    Implements ICreatable, IDroppable, IAlterable, IRenamable,  _
    IScriptable
'Применение
Dim instance As [Operator]
public sealed class Operator : AgentObjectBase, 
    ICreatable, IDroppable, IAlterable, IRenamable, IScriptable
public ref class Operator sealed : public AgentObjectBase, 
    ICreatable, IDroppable, IAlterable, IRenamable, IScriptable
[<SealedAttribute>]
type Operator =  
    class 
        inherit AgentObjectBase 
        interface ICreatable 
        interface IDroppable 
        interface IAlterable 
        interface IRenamable 
        interface IScriptable 
    end
public final class Operator extends AgentObjectBase implements ICreatable, IDroppable, IAlterable, IRenamable, IScriptable

Тип Operator обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Operator() Initializes a new instance of the Operator class.
Открытый метод Operator(JobServer, String) Initializes a new instance of the Operator class on the specified SQL Server Agent and with the specified name.

В начало

Свойства

  Имя Описание
Открытое свойство CategoryName Gets or sets the name of the category to which the operator belongs.
Открытое свойство EmailAddress Gets or sets the e-mail address of the referenced operator.
Открытое свойство Enabled Gets or sets the Boolean property value that specifies whether the operator is enabled or not.
Открытое свойство ID Gets the ID value that uniquely identifies the operator.
Открытое свойство LastEmailDate Gets the date and time when the operator last received an alert notification by e-mail.
Открытое свойство LastNetSendDate Gets the date and time when the operator last received an alert notification by net-send.
Открытое свойство LastPagerDate Gets the date and time when the operator last received an alert notification by pager.
Открытое свойство Name Gets or sets the name of the object. (Производный от NamedSmoObject.)
Открытое свойство NetSendAddress Gets or sets an operator's net-send address.
Открытое свойство PagerAddress Gets or sets an operator's pager address.
Открытое свойство PagerDays Gets or sets the days of the week on which SQL Server Agent attempts to notify the referenced operator by pager.
Открытое свойство Parent Gets or sets the JobServer object that is the parent of the Operator object.
Открытое свойство Properties Gets a collection of Property objects that represent the object properties. (Производный от SqlSmoObject.)
Открытое свойство SaturdayPagerEndTime Gets or sets the latest time of day at which the referenced operator is available to receive alert notification by pager on Saturdays.
Открытое свойство SaturdayPagerStartTime Gets or sets the earliest time of day at which the referenced operator is available to receive alert notification by pager on Saturdays.
Открытое свойство State Gets the state of the referenced object. (Производный от SmoObjectBase.)
Открытое свойство SundayPagerEndTime Gets or sets the latest time of day at which the referenced operator is available to receive alert notification by pager on Sundays.
Открытое свойство SundayPagerStartTime Gets or sets the earliest time of day at which the referenced operator is available to receive alert notification by pager on Sundays.
Открытое свойство Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Производный от SqlSmoObject.)
Открытое свойство UserData Gets or sets user-defined data associated with the referenced object. (Производный от SmoObjectBase.)
Открытое свойство WeekdayPagerEndTime Gets or sets the latest time of day at which the referenced operator is available to receive alert notification by pager on weekdays.
Открытое свойство WeekdayPagerStartTime Gets or sets the earliest time of day at which the referenced operator is available to receive alert notification by pager on weekdays.

В начало

Методы

  Имя Описание
Открытый метод AddNotification Assigns the referenced operator to an alert so that the operator is sent a notification when the specified alert is raised.
Открытый метод Alter Updates any Operator object property changes on the instance of Microsoft SQL Server. 
Открытый метод Create Creates an operator on the instance of Microsoft SQL Server as defined by the Operator object.
Открытый метод Discover Discovers a list of type Object. (Производный от SqlSmoObject.)
Открытый метод Drop Removes the referenced operator.
Открытый метод EnumJobNotifications Enumerates a list of notifications made by SQL Server Agent on completion of a job execution.
Открытый метод EnumNotifications() Enumerates a list of notifications made by SQL Server Agent for job completion and for raised alerts.
Открытый метод EnumNotifications(String) Enumerates a list of notifications made by SQL Server Agent for the specified alert.
Открытый метод EnumNotifications(NotifyMethods) Enumerates a list of notifications made by SQL Server Agent for job completion and for raised alerts for a specified notification type.
Открытый метод EnumNotifications(NotifyMethods, String) Enumerates a list of notifications made by SQL Server Agent for a specified alert and for a specified notification method.
Открытый метод Equals (Производный от Object.)
Защищенный метод FormatSqlVariant Formats an object as SqlVariant type. (Производный от SqlSmoObject.)
Защищенный метод GetContextDB Gets the context database that is associated with this object. (Производный от SqlSmoObject.)
Защищенный метод GetDBName Gets the database name that is associated with the object. (Производный от AgentObjectBase.)
Открытый метод GetHashCode (Производный от Object.)
Защищенный метод GetPropValue Gets a property value of the SqlSmoObject object. (Производный от SqlSmoObject.)
Защищенный метод GetPropValueOptional Gets a property value of the SqlSmoObject object. (Производный от SqlSmoObject.)
Защищенный метод GetPropValueOptionalAllowNull Gets a property value of the SqlSmoObject object. (Производный от SqlSmoObject.)
Защищенный метод GetServerObject Gets the server of the SqlSmoObject object. (Производный от SqlSmoObject.)
Открытый метод GetType (Производный от Object.)
Открытый метод Initialize() Initializes the object and forces the properties be loaded. (Производный от SqlSmoObject.)
Открытый метод Initialize(Boolean) Initializes the object and forces the properties be loaded. (Производный от SqlSmoObject.)
Защищенный метод IsObjectInitialized Verifies whether the object has been initialized. (Производный от SqlSmoObject.)
Защищенный метод IsObjectInSpace Verifies whether the object is isolated or connected to the instance of SQL Server. (Производный от SqlSmoObject.)
Открытый метод Refresh Refreshes the object and retrieves properties when the object is next accessed. (Производный от SqlSmoObject.)
Открытый метод RemoveNotification Removes the association between the referenced operator and a specified alert.
Открытый метод Rename Renames the referenced operator.
Открытый метод Script() Generates a Transact-SQL script that can be used to re-create the SQL Server Agent operator.
Открытый метод Script(ScriptingOptions) Generates a Transact-SQL script that can be used to re-create the SQL Server Agent operator as specified by the scripting options.
Защищенный метод SetParentImpl Sets the parent of the SqlSmoObject to the newParent parameter. (Производный от SqlSmoObject.)
Открытый метод ToString Returns a String that represents the referenced object. (Производный от SqlSmoObject.)
Открытый метод UpdateNotification Alters the notification method without dropping the association between an alert and an operator.
Открытый метод Validate Validates the state of an object. (Производный от SmoObjectBase.)

В начало

События

  Имя Описание
Открытое событие PropertyChanged Represents the event that occurs when a property is changed. (Производный от SqlSmoObject.)
Открытое событие PropertyMetadataChanged Represents the event that occurs when property metadata changes. (Производный от SqlSmoObject.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IAlienObject.Discover Discovers any dependencies. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SqlSmoObject.)
Явная реализация интерфейсаЗакрытый метод IAlienObject.GetDomainRoot Returns the root of the domain. (Производный от SqlSmoObject.)
Явная реализация интерфейсаЗакрытый метод IAlienObject.GetParent Gets the parent of this object. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SqlSmoObject.)
Явная реализация интерфейсаЗакрытый метод IAlienObject.GetPropertyType Gets the type of the specified property. (Производный от SqlSmoObject.)
Явная реализация интерфейсаЗакрытый метод IAlienObject.GetPropertyValue Gets the value of the specified property. (Производный от SqlSmoObject.)
Явная реализация интерфейсаЗакрытый метод IAlienObject.GetUrn Gets the Unified Resource Name (URN) of the object. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SqlSmoObject.)
Явная реализация интерфейсаЗакрытый метод IAlienObject.Resolve Gets the instance that contains the information about the object from the Unified Resource Name (URN) of the object. (Производный от SqlSmoObject.)
Явная реализация интерфейсаЗакрытый метод IAlienObject.SetObjectState Sets the object state to the specified SfcObjectState value. (Производный от SqlSmoObject.)
Явная реализация интерфейсаЗакрытый метод IAlienObject.SetPropertyValue Sets the property value. (Производный от SqlSmoObject.)
Явная реализация интерфейсаЗакрытый метод ISfcPropertyProvider.GetPropertySet Gets the interface reference to the set of properties of this object. (Производный от SqlSmoObject.)

В начало

Замечания

To get Operator object properties, users must be a member of the SQLAgentUserRole database role on the MSDB database, or be a member of the sysadmin fixed server role.

To set Operator object properties, users must be a member of the sysadmin fixed server role.

To create or delete an operator, users must be a member of the sysadmin fixed server role.

To update notification for an operator, users must be a member of the sysadmin fixed server role.

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Потокобезопасная работа с членами экземпляров типа не гарантируется.

Примеры

Планирование автоматических административных задач в агенте SQL Server

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

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

Другие ресурсы

Планирование автоматических административных задач в агенте SQL Server

Задачи автоматизированного администрирования (агент SQL Server)

sp_add_operator (Transact-SQL)