DataTransferEventType Enumeration

The DataTransferEventType enumeration contains values that are used to specify the type of data transfer event.

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

Syntax

'Declaration
Public Enumeration DataTransferEventType
public enum DataTransferEventType
public enum class DataTransferEventType
public enum DataTransferEventType
public enum DataTransferEventType

Members

Member name Description
Information An informational event.
Progress A progress event.
Warning A warning event.

Remarks

The DataTransferEventType class is served by the DataTransferEventArgs class.

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Management.Common Namespace