SPRunningJob.PercentageDone 属性
获取一个Int32对象,该对象表示已完成作业的百分比。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property PercentageDone As Integer
Get
用法
Dim instance As SPRunningJob
Dim value As Integer
value = instance.PercentageDone
public int PercentageDone { get; }
属性值
类型:System.Int32
Int32 对象,该对象表示所请求的操作已完成的百分比。
备注
此参数被传递给接收此事件的方法调用的客户端回调函数。