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.

示例

处理 SMO 事件

请参阅

参考

ProgressReportEventArgs 类

Microsoft.SqlServer.Management.Smo 命名空间