Classe DataTransferProgressEventArgs
The DataTransferProgressEventArgs class represents the arguments used when a data transfer progress event is raised.
Gerarchia di ereditarietà
Object
EventArgs
Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs
Spazio dei nomi Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Sintassi
'Dichiarazione
Public Class DataTransferProgressEventArgs _
Inherits EventArgs
'Utilizzo
Dim instance As DataTransferProgressEventArgs
public class DataTransferProgressEventArgs : EventArgs
public ref class DataTransferProgressEventArgs : public EventArgs
type DataTransferProgressEventArgs =
class
inherit EventArgs
end
public class DataTransferProgressEventArgs extends EventArgs
Nel tipo DataTransferProgressEventArgs sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DataTransferProgressEventArgs | Initializes a new instance of the DataTransferProgressEventArgs class for the specified event with the specified transfer ID, progress count, and associated exception. |
Torna all'inizio
Proprietà
Nome | Descrizione | |
---|---|---|
DataTransferProgressEventType | Gets the type of data transfer progress event associated with the DataTransferProgressEventArgs object. | |
Exception | Gets the exception associated with the DataTransferProgressEventType object. | |
ProgressCount | Gets the current number of items transferred. | |
TransferId | Gets the ID value that uniquely identifies the data transfer progress event. |
Torna all'inizio
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
Torna all'inizio
Osservazioni
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Esempi
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.