Partager via


Propriété DataTransferProgressEventArgs.TransferId

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

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TransferId As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DataTransferProgressEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Common