共用方式為


SPIisWebServiceApplicationProxy.IBackupRestore.CanSelectForRestore property

取得或設定一個值,指出是否可以還原作業管理中心使用者介面中選取 [web 服務應用程式 proxy。

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

Syntax

'宣告
Private Property CanSelectForRestore As Boolean
    Implements IBackupRestore.CanSelectForRestore
    Get
    Set
'用途
Dim instance As SPIisWebServiceApplicationProxy
Dim value As Boolean

value = CType(instance, IBackupRestore).CanSelectForRestore

CType(instance, IBackupRestore).CanSelectForRestore = value
boolIBackupRestore.CanSelectForRestore { get; set; }

Property value

Type: System.Boolean
true如果 web 服務應用程式 proxy 可以選取獨立還原 ;否則,請false。

Implements

IBackupRestore.CanSelectForRestore

備註

屬性的set accessor 沒有任何動作。

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

請參閱

參照

SPIisWebServiceApplicationProxy class

SPIisWebServiceApplicationProxy members

Microsoft.SharePoint.Administration namespace