TableEventSet Members
The TableEventSet object represents a set of table events.
The following tables list the members exposed by the TableEventSet type.
Public Constructors
Nom | Description | |
---|---|---|
TableEventSet | Overloaded. Initializes a new instance of the TableEventSet class. |
Haut de la page
Public Properties
(see also Protected Properties )
Nom | Description | |
---|---|---|
AlterIndex | Gets or sets a Boolean property value that specifies whether the event that occurs when an index is altered is included in the event set. | |
AlterTable | Gets or sets a Boolean property value that specifies whether the event that occurs when a table is altered is included in the event set. | |
CreateIndex | Gets or sets a Boolean property value that specifies whether the event that occurs when an index is created is included in the event set. | |
CreateStatistics | Gets or sets a Boolean property value that specifies whether the event that occurs when a statistic counter is created is included in the event set. | |
CreateXmlIndex | Gets or sets a Boolean property value that specifies whether the event that occurs when an XML index is created is included in the event set. | |
DropIndex | Gets or sets a Boolean property value that specifies whether the event that occurs when an index is dropped is included in the event set. | |
DropStatistics | Gets or sets a Boolean property value that specifies whether the event that occurs when a statistic counter is dropped is included in the event set. | |
DropTable | Gets or sets a Boolean property value that specifies whether the event that occurs when a table is dropped is included in the event set. | |
NumberOfElements | Overridden. Gets or sets a Boolean property value that specifies whether the event that occurs when a number of elements changes is included in the event set. | |
UpdateStatistics | Gets or sets a Boolean property value that specifies whether the event that occurs when statistics are updated is included in the event set. |
Haut de la page
Protected Properties
Nom | Description | |
---|---|---|
Storage | Gets or sets the bit array for event set storage. (inherited from EventSetBase) |
Haut de la page
Public Methods
(see also Protected Methods )
Nom | Description | |
---|---|---|
Add | Overloaded. | |
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 a table event set by performing an addition operation on a TableEvent object and a TableEventSet object. | |
op_Subtraction | Creates a table event set by performing a subtraction operation on a TableEvent object and a TableEventSet object. | |
ReferenceEquals | (inherited from Object ) | |
Remove | Removes an event from the event set. | |
Subtract | ||
ToString | Overridden. Returns a string that represents the TableEventSet object. |
Haut de la page
Protected Methods
Nom | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
FitsMask | (inherited from EventSetBase ) | |
HasCommonBits | (inherited from EventSetBase ) | |
MemberwiseClone | (inherited from Object ) | |
SetValue | (inherited from EventSetBase ) |
Haut de la page
Voir aussi
Référence
TableEventSet Class
Microsoft.SqlServer.Management.Smo Namespace