Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ID value that uniquely identifies the data transfer progress event.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public ReadOnly Property TransferId As String
Get
'Usage
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
Property Value
Type: String
An Int32 value that specifies the ID value that uniquely identifies the data transfer progress event.