Freigeben über


SPSiteInventoryCollectionJobDefinition.Execute-Methode (SPContentDatabase, SPJobState)

HINWEIS: Diese API ist veraltet.

Durchlaufen Sie alle Websites, ProcessSite()für jede Website aufrufen.

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

Syntax

'Declaration
<ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")> _
Public Overrides Sub Execute ( _
    contentDatabase As SPContentDatabase, _
    jobState As SPJobState _
)
'Usage
Dim instance As SPSiteInventoryCollectionJobDefinition
Dim contentDatabase As SPContentDatabase
Dim jobState As SPJobState

instance.Execute(contentDatabase, jobState)
[ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")]
public override void Execute(
    SPContentDatabase contentDatabase,
    SPJobState jobState
)

Parameter

Siehe auch

Referenz

SPSiteInventoryCollectionJobDefinition Klasse

SPSiteInventoryCollectionJobDefinition-Member

Execute-Überladung

Microsoft.SharePoint.Administration-Namespace