다음을 통해 공유


TableEvent Members

The TableEvent object represents the Microsoft SQL Server table events that can be included in a table event set.

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

Public Properties

  이름 Description
ms220516.pubproperty(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif AlterIndex Gets a table event that can be included in the event set.
ms220516.pubproperty(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif AlterTable Gets a table event that can be included in the event set.
ms220516.pubproperty(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif CreateIndex Gets a table event that can be included in the event set.
ms220516.pubproperty(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif CreateStatistics Gets a table event that can be included in the event set.
ms220516.pubproperty(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif CreateXmlIndex Gets a table event that can be included in the event set.
ms220516.pubproperty(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif DropIndex Gets a table event that can be included in the event set.
ms220516.pubproperty(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif DropStatistics Gets a table event that can be included in the event set.
ms220516.pubproperty(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif DropTable Gets a table event that can be included in the event set.
ms220516.pubproperty(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif UpdateStatistics Gets a table event that can be included in the event set.

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms220516.pubmethod(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif Add  
ms220516.pubmethod(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif BitwiseOr  
ms220516.pubmethod(ko-kr,SQL.90).gif Equals Overloaded. Overridden.  
ms220516.pubmethod(ko-kr,SQL.90).gif GetHashCode Overridden.  
ms220516.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms220516.pubmethod(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif op_Addition Creates a table event set by performing an addition operation on two TableEvent objects.
ms220516.pubmethod(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif op_BitwiseOr Creates a table event set by performing a bitwise OR operation on two TableEvent objects.
ms220516.pubmethod(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif op_Equality Creates a table event set by performing an equality operation on two TableEvent objects.
ms220516.pubmethod(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif op_Implicit  
ms220516.pubmethod(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif op_Inequality Creates a table event set by performing an inequality operation on two TableEvent objects.
ms220516.pubmethod(ko-kr,SQL.90).gifms220516.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms220516.pubmethod(ko-kr,SQL.90).gif ToString Overridden. Returns the referenced object in string format.

위쪽

Protected Methods

  이름 Description
ms220516.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms220516.protmethod(ko-kr,SQL.90).gif MemberwiseClone  (inherited from Object )

위쪽

참고 항목

참조

TableEvent Class
Microsoft.SqlServer.Management.Smo Namespace

관련 자료

Handling SMO Events