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
contentDatabase
Type: Microsoft.SharePoint.Administration.SPContentDatabaseDatabase being processed
Return value
Type: System.Boolean
See also
Reference
SPContentDatabaseJobDefinition class