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.