Condividi tramite


DataTransferProgressEventArgs Class

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

Spazio dei nomi: Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Sintassi

'Dichiarazione
Public Class DataTransferProgressEventArgs
    Inherits EventArgs
public class DataTransferProgressEventArgs : EventArgs
public ref class DataTransferProgressEventArgs : public EventArgs
public class DataTransferProgressEventArgs extends EventArgs
public class DataTransferProgressEventArgs extends EventArgs

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs

Esempio

How to: Register Event Handlers and Subscribe to Event Handling in Visual Basic .NET

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

DataTransferProgressEventArgs Members
Microsoft.SqlServer.Management.Common Namespace

Altre risorse

Handling SMO Events