DataTransferProgressEventArgs Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public DataTransferProgressEventArgs(Microsoft.SqlServer.Management.Common.DataTransferProgressEventType eventType, string transferId, long progressCount, Exception ex);
new Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs : Microsoft.SqlServer.Management.Common.DataTransferProgressEventType * string * int64 * Exception -> Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs
Public Sub New (eventType As DataTransferProgressEventType, transferId As String, progressCount As Long, ex As Exception)
Paramètres
- eventType
- DataTransferProgressEventType
- transferId
- String
- progressCount
- Int64
- ex
- Exception