ServerAdapterBase.DynamicLocks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the maximum number of available locks. This option limits the amount of memory the Database Engine uses for locks.
public int DynamicLocks { get; set; }
member this.DynamicLocks : int with get, set
Public Property DynamicLocks As Integer