Share via


DataTransferProgressEventHandler Delegate

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

Namespace: Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Syntax

'Declaration
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
)
Von JScript wird die Verwendung von Delegaten unterstützt, ausgenommen der Deklaration neuer Delegate.

Parameter

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

Hinweise

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

Beispiel

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

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Common Namespace

Andere Ressourcen

Handling SMO Events