SPBackupRestoreConsole.CurrentItem property
進行中的數字,cfomponents 屬於目前的作業,目前備份或還原之元件的順序。
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared ReadOnly Property CurrentItem As Integer
Get
'用途
Dim value As Integer
value = SPBackupRestoreConsole.CurrentItem
public static int CurrentItem { get; }
Property value
Type: System.Int32
Int32 中,從 1 到CurrentTotalItems,表示要備份的元件的順序中的目前元件進行向上或還原在目前的作業。
備註
例如,當正在處理的第五個元件時,會傳回"5"。
如果沒有任何作業技巧,會傳回"0"。