Compartir a través de


DataTransferProgressEventArgs.TransferId Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Common
Ensamblado:  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxis

'Declaración
Public ReadOnly Property TransferId As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

DataTransferProgressEventArgs Clase

Espacio de nombres Microsoft.SqlServer.Management.Common