다음을 통해 공유


DataTransferEventArgs Members

The DataTransferEventArgs class represents the arguments used when a data transfer event is raised.

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

Public Constructors

  이름 Description
DataTransferEventArgs Initializes a new instance of the DataTransferEventArgs class for the specified event and with the specified message.

위쪽

Public Properties

  이름 Description
ms218512.pubproperty(ko-kr,SQL.90).gif DataTransferEventType Gets the type of data transfer event associated with the DataTransferEventArgs object.
ms218512.pubproperty(ko-kr,SQL.90).gif Message Gets the message text associated with the DataTransferEventType object.

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms218512.pubmethod(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms218512.pubmethod(ko-kr,SQL.90).gif GetHashCode  (inherited from Object )
ms218512.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms218512.pubmethod(ko-kr,SQL.90).gifms218512.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms218512.pubmethod(ko-kr,SQL.90).gif ToString  (inherited from Object )

위쪽

Protected Methods

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

위쪽

참고 항목

참조

DataTransferEventArgs Class
Microsoft.SqlServer.Management.Common Namespace

관련 자료

Handling SMO Events