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 | |
---|---|---|
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. | |
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. | |
NumberOfElements | Overridden. Gets the number of elements in the event set. |
위쪽
Protected Properties
이름 | Description | |
---|---|---|
Storage | Gets or sets the bit array for event set storage. (inherited from EventSetBase) |
위쪽
Public Methods
(see also Protected Methods )
이름 | Description | |
---|---|---|
Add | Overloaded. Returns an SQL assembly event set after adding a new SQL assembly event to the event set. | |
Copy | Overridden. Returns a copy of the event set. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
op_Addition | Creates an assembly event set by performing an addition operation on a SqlAssemblyEvent object and a SqlAssemblyEventSet object. | |
op_Subtraction | Creates an assembly event set by performing a subtraction operation on a SqlAssemblyEvent object and a SqlAssemblyEventSet object. | |
ReferenceEquals | (inherited from Object ) | |
Remove | Removes an event from the event set. | |
Subtract | Returns an SQL assembly event set after subtracting a new SQL assembly event from the specified event set. | |
ToString | Overridden. Returns a string that represents the SqlAssemblyEventSet object. |
위쪽
Protected Methods
이름 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
FitsMask | (inherited from EventSetBase ) | |
HasCommonBits | (inherited from EventSetBase ) | |
MemberwiseClone | (inherited from Object ) | |
SetValue | (inherited from EventSetBase ) |
위쪽
참고 항목
참조
SqlAssemblyEventSet Class
Microsoft.SqlServer.Management.Smo Namespace