IServerPerformanceFacet.DynamicLocks Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the maximum number of available locks.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[PostConfigurationActionAttribute(PostConfigurationAction.RestartService)]
[DisplayNameKeyAttribute("DynamicLocksName")]
[DisplayDescriptionKeyAttribute("DynamicLocksDesc")]
int DynamicLocks { get; set; }
[PostConfigurationActionAttribute(PostConfigurationAction::RestartService)]
[DisplayNameKeyAttribute("DynamicLocksName")]
[DisplayDescriptionKeyAttribute("DynamicLocksDesc")]
property int DynamicLocks {
    int get();
    void set(int value);
}
[<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>]
[<DisplayNameKeyAttribute("DynamicLocksName")>]
[<DisplayDescriptionKeyAttribute("DynamicLocksDesc")>]
abstract DynamicLocks : int with get, set
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>
<DisplayNameKeyAttribute("DynamicLocksName")>
<DisplayDescriptionKeyAttribute("DynamicLocksDesc")>
Property DynamicLocks As Integer

Property Value

Type: System.Int32

The maximum number of available locks.

See Also

IServerPerformanceFacet Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top