Aracılığıyla paylaş


IServerPerformanceFacet.DynamicLocks Property

Gets or sets the maximum number of available locks.

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

Syntax

'Bildirim
<DisplayDescriptionKeyAttribute("DynamicLocksDesc")> _
<DisplayNameKeyAttribute("DynamicLocksName")> _
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
Property DynamicLocks As Integer
    Get
    Set
'Kullanım
Dim instance As IServerPerformanceFacet
Dim value As Integer

value = instance.DynamicLocks

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

Property Value

Type: System.Int32
The maximum number of available locks.

See Also

Reference

IServerPerformanceFacet Interface

Microsoft.SqlServer.Management.Smo Namespace