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.