Values for the lock type of a job definition.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPJobLockType
Dim instance As SPJobLockType
public enum SPJobLockType
Members
| Member name | Description | |
|---|---|---|
| None | No locks | |
| ContentDatabase | Locks the content database before processing. | |
| Job | Locks the job to prevent it from running on more than one machine. |