共用方式為


SPRunningJob.PercentageDone property

取得Int32物件,代表已完成之工作的百分比。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property PercentageDone As Integer
    Get
'用途
Dim instance As SPRunningJob
Dim value As Integer

value = instance.PercentageDone
public int PercentageDone { get; }

Property value

Type: System.Int32
Int32 物件,代表所要求的作業已完成百分比。

備註

此參數會傳遞給用戶端回呼函數會收到此事件的方法呼叫。

請參閱

參照

SPRunningJob class

SPRunningJob members

Microsoft.SharePoint.Administration namespace

UpdateProgress(Int32)