Proprietà DynamicLocks
Gets the DynamicLocks property for an instance of SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<DisplayDescriptionKeyAttribute("DynamicLocksDesc")> _
<DisplayNameKeyAttribute("DynamicLocksName")> _
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
Property DynamicLocks As Integer
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .Int32
Int32
Vedere anche