Propriedade do RDL IServerConfigurationFacet.DynamicLocks
Gets the value of the DynamicLocks property.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
Property DynamicLocks As Integer
Get
Set
'Uso
Dim instance As IServerConfigurationFacet
Dim value As Integer
value = instance.DynamicLocks
instance.DynamicLocks = value
[PostConfigurationActionAttribute(PostConfigurationAction.RestartService)]
int DynamicLocks { get; set; }
[PostConfigurationActionAttribute(PostConfigurationAction::RestartService)]
property int DynamicLocks {
int get ();
void set (int value);
}
[<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>]
abstract DynamicLocks : int with get, set
function get DynamicLocks () : int
function set DynamicLocks (value : int)
Valor da propriedade
Tipo: System.Int32
The value of the DynamicLocks property.