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 命名空间