Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the DataTransferEventArgs class for the specified event and with the specified message.
Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Sub New ( _
    eventType As DataTransferEventType, _
    message As String _
)
'Usage
Dim eventType As DataTransferEventType 
Dim message As String 
Dim instance As New DataTransferEventArgs(eventType, _
    message)
public DataTransferEventArgs(
    DataTransferEventType eventType,
    string message
)
public:
DataTransferEventArgs(
    DataTransferEventType eventType, 
    String^ message
)
new : 
        eventType:DataTransferEventType * 
        message:string -> DataTransferEventArgs
public function DataTransferEventArgs(
    eventType : DataTransferEventType, 
    message : String
)
Parameters
- eventType
 Type: Microsoft.SqlServer.Management.Common.DataTransferEventType
 A DataTransferEventType object that specifies the type of event that is associated with the DataTransferEventArgs object.
- message
 Type: String
 A string value that specifies the message text associated with the DataTransferEventType object.
Remarks
The default constructor initializes any fields to their default values.