ViewEventSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class ViewEventSet : Microsoft.SqlServer.Management.Smo.EventSetBase
type ViewEventSet = class
inherit EventSetBase
Public NotInheritable Class ViewEventSet
Inherits EventSetBase
- Inheritance
Constructors
ViewEventSet() | |
ViewEventSet(ViewEvent) | |
ViewEventSet(ViewEvent[]) | |
ViewEventSet(ViewEventSet) |
Properties
AlterFulltextIndex |
define property for AlterFulltextIndex |
AlterIndex |
define property for AlterIndex |
AlterView |
define property for AlterView |
CreateFulltextIndex |
define property for CreateFulltextIndex |
CreateIndex |
define property for CreateIndex |
CreateSpatialIndex |
define property for CreateSpatialIndex |
CreateStatistics |
define property for CreateStatistics |
CreateXmlIndex |
define property for CreateXmlIndex |
DropFulltextIndex |
define property for DropFulltextIndex |
DropIndex |
define property for DropIndex |
DropStatistics |
define property for DropStatistics |
DropView |
define property for DropView |
NumberOfElements | |
Storage |
bit storage (Inherited from EventSetBase) |
UpdateStatistics |
define property for UpdateStatistics |
Methods
Add(ViewEvent) | |
Add(ViewEventSet, ViewEvent) | |
Copy() | |
FitsMask(EventSetBase) |
true if fits the mask (Inherited from EventSetBase) |
HasCommonBits(EventSetBase) |
returns true if this and optCompare have common options that are set (Inherited from EventSetBase) |
Remove(ViewEvent) | |
SetValue(EventSetBase, Boolean) |
set value (Inherited from EventSetBase) |
Subtract(ViewEventSet, ViewEvent) | |
ToString() |
Operators
Addition(ViewEventSet, ViewEvent) | |
Subtraction(ViewEventSet, ViewEvent) |