TransferId 속성
Gets the ID value that uniquely identifies the data transfer progress event.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo.dll의 Microsoft.SqlServer.ConnectionInfo
구문
‘선언
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.