Класс DataTransferProgressEventArgs
The DataTransferProgressEventArgs class represents the arguments used when a data transfer progress event is raised.
Иерархия наследования
System.Object
System.EventArgs
Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)
Синтаксис
'Декларация
Public Class DataTransferProgressEventArgs _
Inherits EventArgs
'Применение
Dim instance As DataTransferProgressEventArgs
public class DataTransferProgressEventArgs : EventArgs
public ref class DataTransferProgressEventArgs : public EventArgs
type DataTransferProgressEventArgs =
class
inherit EventArgs
end
public class DataTransferProgressEventArgs extends EventArgs
Тип DataTransferProgressEventArgs обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
DataTransferProgressEventArgs | Initializes a new instance of the DataTransferProgressEventArgs class for the specified event with the specified transfer ID, progress count, and associated exception. |
В начало
Свойства
Имя | Описание | |
---|---|---|
DataTransferProgressEventType | Gets the type of data transfer progress event associated with the DataTransferProgressEventArgs object. | |
Exception | Gets the exception associated with the DataTransferProgressEventType object. | |
ProgressCount | Gets the current number of items transferred. | |
TransferId | Gets the ID value that uniquely identifies the data transfer progress event. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
Thread Safety
Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Потокобезопасная работа с членами экземпляров типа не гарантируется.
Примеры
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.