共用方式為


SPJobDefinition.UpdateProgress method

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

Syntax

'宣告
Public Sub UpdateProgress ( _
    newPercentage As Integer _
)
'用途
Dim instance As SPJobDefinition
Dim newPercentage As Integer

instance.UpdateProgress(newPercentage)
public void UpdateProgress(
    int newPercentage
)

參數

  • newPercentage
    Type: System.Int32

    已完成之工作的百分比。

請參閱

參照

SPJobDefinition class

SPJobDefinition members

Microsoft.SharePoint.Administration namespace