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


SqlAssemblyEventSet Members

The SqlAssemblyEventSet object represents a set of assembly events.

The following tables list the members exposed by the SqlAssemblyEventSet type.

Public Constructors

  Имя Description
SqlAssemblyEventSet Overloaded. Initializes a new instance of the SqlAssemblyEventSet class.

В начало

Public Properties

(see also Protected Properties )

  Имя Description
ms220437.pubproperty(ru-ru,SQL.90).gif AlterAssembly Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an assembly is altered.
ms220437.pubproperty(ru-ru,SQL.90).gif DropAssembly Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an assembly is dropped.
ms220437.pubproperty(ru-ru,SQL.90).gif NumberOfElements Overridden. Gets the number of elements in the event set.

В начало

Protected Properties

  Имя Description
ms220437.protproperty(ru-ru,SQL.90).gif Storage  Gets or sets the bit array for event set storage. (inherited from EventSetBase)

В начало

Public Methods

(see also Protected Methods )

  Имя Description
ms220437.pubmethod(ru-ru,SQL.90).gif Add Overloaded. Returns an SQL assembly event set after adding a new SQL assembly event to the event set.
ms220437.pubmethod(ru-ru,SQL.90).gif Copy Overridden. Returns a copy of the event set.
ms220437.pubmethod(ru-ru,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms220437.pubmethod(ru-ru,SQL.90).gif GetHashCode  (inherited from Object )
ms220437.pubmethod(ru-ru,SQL.90).gif GetType  (inherited from Object )
ms220437.pubmethod(ru-ru,SQL.90).gifms220437.static(ru-ru,SQL.90).gif op_Addition Creates an assembly event set by performing an addition operation on a SqlAssemblyEvent object and a SqlAssemblyEventSet object.
ms220437.pubmethod(ru-ru,SQL.90).gifms220437.static(ru-ru,SQL.90).gif op_Subtraction Creates an assembly event set by performing a subtraction operation on a SqlAssemblyEvent object and a SqlAssemblyEventSet object.
ms220437.pubmethod(ru-ru,SQL.90).gifms220437.static(ru-ru,SQL.90).gif ReferenceEquals  (inherited from Object )
ms220437.pubmethod(ru-ru,SQL.90).gif Remove Removes an event from the event set.
ms220437.pubmethod(ru-ru,SQL.90).gifms220437.static(ru-ru,SQL.90).gif Subtract Returns an SQL assembly event set after subtracting a new SQL assembly event from the specified event set.
ms220437.pubmethod(ru-ru,SQL.90).gif ToString Overridden. Returns a string that represents the SqlAssemblyEventSet object.

В начало

Protected Methods

  Имя Description
ms220437.protmethod(ru-ru,SQL.90).gif Finalize  (inherited from Object )
ms220437.protmethod(ru-ru,SQL.90).gif FitsMask  (inherited from EventSetBase )
ms220437.protmethod(ru-ru,SQL.90).gif HasCommonBits  (inherited from EventSetBase )
ms220437.protmethod(ru-ru,SQL.90).gif MemberwiseClone  (inherited from Object )
ms220437.protmethod(ru-ru,SQL.90).gif SetValue  (inherited from EventSetBase )

В начало

См. также

Справочник

SqlAssemblyEventSet Class
Microsoft.SqlServer.Management.Smo Namespace

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

Handling SMO Events