SPIisWebServiceApplicationProxy.IBackupRestore.CanRenameOnRestore property
取得一個值,指出已還原時,是否可以重新命名 web 服務應用程式 proxy。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Private ReadOnly Property CanRenameOnRestore As Boolean
Implements IBackupRestore.CanRenameOnRestore
Get
'用途
Dim instance As SPIisWebServiceApplicationProxy
Dim value As Boolean
value = CType(instance, IBackupRestore).CanRenameOnRestore
boolIBackupRestore.CanRenameOnRestore { get; }
Property value
Type: System.Boolean
true如果物件可以重新命名,否則false。
Implements
IBackupRestore.CanRenameOnRestore
備註
這個成員是明確介面成員實作。只有當SPIisWebServiceApplicationProxy執行個體轉換成IBackupRestore介面時,才可以使用它。
請參閱
參照
SPIisWebServiceApplicationProxy class