Condividi tramite


DataTransferEventType Enumeration

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

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

Sintassi

'Dichiarazione
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.

Osservazioni

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.

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