Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
'Usage
Dim instance As DataTransferEventType
public enum DataTransferEventType
public enum class DataTransferEventType
type 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.