Condividi tramite


DataTransferProgressEventHandler Delegate

The DataTransferProgressEventHandler class represents the method that handles the event raised by the data transfer progress reporting process.

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

Sintassi

'Dichiarazione
Public Delegate Function DataTransferProgressEventHandler ( _
    sender As Object, _
    e As DataTransferProgressEventArgs _
) As Boolean
public delegate bool DataTransferProgressEventHandler (
    Object sender,
    DataTransferProgressEventArgs e
)
public delegate bool DataTransferProgressEventHandler (
    Object^ sender, 
    DataTransferProgressEventArgs^ e
)
/** @delegate */
public delegate boolean DataTransferProgressEventHandler (
    Object sender, 
    DataTransferProgressEventArgs e
)
JScript non supporta la dichiarazione di nuovi delegati ma ne supporta l'utilizzo.

Parametri

  • sender
    An Object system object value that specifies the object that raised the event.

Osservazioni

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Esempio

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

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

Microsoft.SqlServer.Management.Common Namespace

Altre risorse

Handling SMO Events