다음을 통해 공유


StatementEventArgs Members

The StatementEventArgs class represents the arguments used when a statement event is raised.

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

Public Constructors

  이름 Description
StatementEventArgs Initializes a new instance of the StatementEventArgs class for the specified Transact-SQL statement at the specified time and date.

위쪽

Public Properties

  이름 Description
ms218671.pubproperty(ko-kr,SQL.90).gif SqlStatement Gets the Transact-SQL statement that caused the statement event.
ms218671.pubproperty(ko-kr,SQL.90).gif TimeStamp Gets the time and date when the statement event occurred.

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms218671.pubmethod(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms218671.pubmethod(ko-kr,SQL.90).gif GetHashCode  (inherited from Object )
ms218671.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms218671.pubmethod(ko-kr,SQL.90).gifms218671.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms218671.pubmethod(ko-kr,SQL.90).gif ToString Overridden. Returns a String value that represents the StatementEventArgs object.

위쪽

Protected Methods

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

위쪽

참고 항목

참조

StatementEventArgs Class
Microsoft.SqlServer.Management.Common Namespace

관련 자료

Handling SMO Events