共用方式為


SPSolutionLanguagePack.IBackupRestore.OnPrepareBackup method

會引發 PrepareBackup 事件。

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

Syntax

'宣告
Private Function OnPrepareBackup ( _
    sender As Object, _
    info As SPBackupInformation _
) As Boolean Implements IBackupRestore.OnPrepareBackup
'用途
Dim instance As SPSolutionLanguagePack
Dim sender As Object
Dim info As SPBackupInformation
Dim returnValue As Boolean

returnValue = CType(instance, IBackupRestore).OnPrepareBackup(sender, _
    info)
boolIBackupRestore.OnPrepareBackup(
    Object sender,
    SPBackupInformation info
)

參數

  • sender
    Type: System.Object

    表示是要備份的語言套件的物件。

傳回值

Type: System.Boolean
true如果成功 ;否則,請false。

Implements

IBackupRestore.OnPrepareBackup(Object, SPBackupInformation)

備註

這項實作一律會傳回true。

這個成員是明確介面成員實作。只有當SPSolutionLanguagePack執行個體轉換成IBackupRestore介面時,才可以使用它。

此方法僅適用對象呼叫重大災害備份及還原SharePoint Foundation中的基礎結構程式碼。

請參閱

參照

SPSolutionLanguagePack class

SPSolutionLanguagePack members

Microsoft.SharePoint.Administration namespace