Udostępnij przez


ViewEvent Members

The ViewEvent object represents the SQL Server view events that can be included in a view event set.

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

Public Properties

  Name Description
ms220734.pubproperty(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif AlterFulltextIndex Gets a view event that can be included in the event set.
ms220734.pubproperty(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif AlterIndex Gets a view event that can be included in the event set.
ms220734.pubproperty(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif AlterView Gets a view event that can be included in the event set.
ms220734.pubproperty(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif CreateFulltextIndex Gets a view event that can be included in the event set.
ms220734.pubproperty(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif CreateIndex Gets a view event that can be included in the event set.
ms220734.pubproperty(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif CreateSpatialIndex Gets a view event that can be included in the event set.
ms220734.pubproperty(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif CreateStatistics Gets a view event that can be included in the event set.
ms220734.pubproperty(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif CreateXmlIndex Gets a view event that can be included in the event set.
ms220734.pubproperty(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif DropFulltextIndex  
ms220734.pubproperty(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif DropIndex Gets a view event that can be included in the event set.
ms220734.pubproperty(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif DropStatistics Gets a view event that can be included in the event set.
ms220734.pubproperty(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif DropView Gets a view event that can be included in the event set.
ms220734.pubproperty(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif UpdateStatistics Gets a view event that can be included in the event set.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms220734.pubmethod(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif Add Adds two view events to the event set.
ms220734.pubmethod(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif BitwiseOr Creates a view event set by combining two view events using a bitwise OR.
ms220734.pubmethod(pl-pl,SQL.100).gif Equals Overloaded. Overridden. Inherited from System
ms220734.pubmethod(pl-pl,SQL.100).gif GetHashCode Overridden. This method supports the SQL Server infrastructure and is not intended to be used directly from your code.
ms220734.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms220734.pubmethod(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif op_Addition Creates a view event set by performing an addition operation on two ViewEvent objects.
ms220734.pubmethod(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif op_BitwiseOr Creates a view event set by performing a bitwise OR operation on two ViewEvent objects.
ms220734.pubmethod(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif op_Equality Creates a view event set by performing an equality operation on two ViewEvent objects.
ms220734.pubmethod(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif op_Implicit  
ms220734.pubmethod(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif op_Inequality Creates a view event set by performing an inequality operation on two ViewEvent objects.
ms220734.pubmethod(pl-pl,SQL.100).gifms220734.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms220734.pubmethod(pl-pl,SQL.100).gif ToString Overridden. Returns the referenced object in string format.

Top

Protected Methods

  Name Description
ms220734.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms220734.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top