Udostępnij przez


DataTransferProgressEventArgs.DataTransferProgressEventType Property

Gets the type of data transfer progress event associated with the DataTransferProgressEventArgs object.

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

Syntax

'Deklaracja
Public ReadOnly Property DataTransferProgressEventType As DataTransferProgressEventType
public DataTransferProgressEventType DataTransferProgressEventType { get; }
public:
property DataTransferProgressEventType DataTransferProgressEventType {
    DataTransferProgressEventType get ();
}
/** @property */
public DataTransferProgressEventType get_DataTransferProgressEventType ()
public function get DataTransferProgressEventType () : DataTransferProgressEventType

Property Value

A DataTransferProgressEventType object that specifies the type of data transfer progress event associated with the DataTransferProgressEventArgs object.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

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