ProgressReportEventArgs.Current 속성
Gets the Urn object value that specifies the object that the operation is currently processing.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property Current As Urn
Get
‘사용 방법
Dim instance As ProgressReportEventArgs
Dim value As Urn
value = instance.Current
public Urn Current { get; }
public:
property Urn^ Current {
Urn^ get ();
}
member Current : Urn
function get Current () : Urn
속성 값
유형: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that specifies the object that the operation is currently processing.