Share via


DataTransferProgressEventArgs Constructor

Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Syntax

'Declaration
Public Sub New ( _
    eventType As DataTransferProgressEventType, _
    transferId As String, _
    progressCount As Long, _
    ex As Exception _
)
public DataTransferProgressEventArgs (
    DataTransferProgressEventType eventType,
    string transferId,
    long progressCount,
    Exception ex
)
public:
DataTransferProgressEventArgs (
    DataTransferProgressEventType eventType, 
    String^ transferId, 
    long long progressCount, 
    Exception^ ex
)
public DataTransferProgressEventArgs (
    DataTransferProgressEventType eventType, 
    String transferId, 
    long progressCount, 
    Exception ex
)
public function DataTransferProgressEventArgs (
    eventType : DataTransferProgressEventType, 
    transferId : String, 
    progressCount : long, 
    ex : Exception
)

Parameters

  • eventType
  • transferId
  • progressCount
  • ex

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

DataTransferProgressEventArgs Class
DataTransferProgressEventArgs Members
Microsoft.SqlServer.Management.Common Namespace