Compartir a través de


IServerPerformanceFacet.DynamicLocks Propiedad

Gets or sets the maximum number of available locks.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
<DisplayNameKeyAttribute("DynamicLocksName")> _
<DisplayDescriptionKeyAttribute("DynamicLocksDesc")> _
Property DynamicLocks As Integer 
    Get 
    Set
'Uso
Dim instance As IServerPerformanceFacet 
Dim value As Integer 

value = instance.DynamicLocks

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

Valor de la propiedad

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

Vea también

Referencia

IServerPerformanceFacet Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo