IisWebServiceApplicationBackupBehaviorAttribute class
指定的物件衍生自SPIisWebServiceApplication類別的子類別參與備份與還原。做法是套用此屬性類別。
Inheritance hierarchy
System.Object
System.Attribute
Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute
Microsoft.SharePoint.Administration.IisWebServiceApplicationBackupBehaviorAttribute
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False, Inherited := False)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class IisWebServiceApplicationBackupBehaviorAttribute _
Inherits IisWebServiceBackupBehaviorAttribute
'用途
Dim instance As IisWebServiceApplicationBackupBehaviorAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class IisWebServiceApplicationBackupBehaviorAttribute : IisWebServiceBackupBehaviorAttribute
備註
行為可以實作虛擬屬性和方法來操作。這些密切鏡像IBackupRestore介面。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.