Condividi tramite


Delegato DataTransferProgressEventHandler

Represents the method that handles events 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
'Utilizzo
Dim instance As New DataTransferProgressEventHandler(AddressOf HandlerMethod)
public delegate bool DataTransferProgressEventHandler(
    Object sender,
    DataTransferProgressEventArgs e
)
public delegate bool DataTransferProgressEventHandler(
    Object^ sender, 
    DataTransferProgressEventArgs^ e
)
type DataTransferProgressEventHandler = 
    delegate of 
        sender:Object * 
        e:DataTransferProgressEventArgs -> bool
JScript supporta l'utilizzo di delegati, ma non la dichiarazione di nuovi delegati.

Parametri

Valore restituito

Tipo: System. . :: . .Boolean