Właściwość IServerPerformanceFacet.DynamicLocks
Właściwość DynamicLocks pobiera wystąpienie SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
<DisplayDescriptionKeyAttribute("DynamicLocksDesc")> _
<DisplayNameKeyAttribute("DynamicLocksName")> _
Property DynamicLocks As Integer
Get
Set
'Użycie
Dim instance As IServerPerformanceFacet
Dim value As Integer
value = instance.DynamicLocks
instance.DynamicLocks = value
[PostConfigurationActionAttribute(PostConfigurationAction.RestartService)]
[DisplayDescriptionKeyAttribute("DynamicLocksDesc")]
[DisplayNameKeyAttribute("DynamicLocksName")]
int DynamicLocks { get; set; }
[PostConfigurationActionAttribute(PostConfigurationAction::RestartService)]
[DisplayDescriptionKeyAttribute(L"DynamicLocksDesc")]
[DisplayNameKeyAttribute(L"DynamicLocksName")]
property int DynamicLocks {
int get ();
void set (int value);
}
[<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>]
[<DisplayDescriptionKeyAttribute("DynamicLocksDesc")>]
[<DisplayNameKeyAttribute("DynamicLocksName")>]
abstract DynamicLocks : int with get, set
function get DynamicLocks () : int
function set DynamicLocks (value : int)
Wartość właściwości
Typ: System.Int32
Int32
Zobacz także