SPDeletedSiteQuery class
代表用來尋找已刪除的網站已刪除的網站的相關資訊。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPDeletedSiteQuery
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPDeletedSiteQuery
'用途
Dim instance As SPDeletedSiteQuery
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPDeletedSiteQuery
備註
設定類別屬性,來指定的參數值來尋找已刪除網站集合的查詢。例如,若要尋找網站集合刪除 2011 年 1 月 1 日與 2011 年 2 月 1 日之間設定From屬性以 2011 年 1 月 1 日和 2011 年 2 月 1 日的To屬性。
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.