Share via


SPContentDatabaseJobDefinition.CanProcessContentDatabase method

Determines whether a content database can be processed by timer jobs.

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

Syntax

'Declaration
Public Shared Function CanProcessContentDatabase ( _
    contentDatabase As SPContentDatabase _
) As Boolean
'Usage
Dim contentDatabase As SPContentDatabase
Dim returnValue As Boolean

returnValue = SPContentDatabaseJobDefinition.CanProcessContentDatabase(contentDatabase)
public static bool CanProcessContentDatabase(
    SPContentDatabase contentDatabase
)

Parameters

Return value

Type: System.Boolean

See also

Reference

SPContentDatabaseJobDefinition class

SPContentDatabaseJobDefinition members

Microsoft.SharePoint.Administration namespace