Поделиться через


Свойство DataTransferProgressEventArgs.TransferId

Gets the ID value that uniquely identifies the data transfer progress event.

Пространство имен:  Microsoft.SqlServer.Management.Common
Сборка:  Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)

Синтаксис

'Декларация
Public ReadOnly Property TransferId As String 
    Get
'Применение
Dim instance As DataTransferProgressEventArgs 
Dim value As String 

value = instance.TransferId
public string TransferId { get; }
public:
property String^ TransferId {
    String^ get ();
}
member TransferId : string
function get TransferId () : String

Значение свойства

Тип: System.String
An Int32 value that specifies the ID value that uniquely identifies the data transfer progress event.

См. также

Справочник

DataTransferProgressEventArgs Класс

Пространство имен Microsoft.SqlServer.Management.Common