IServerConfigurationFacet.DynamicLocks 속성

Gets the value of the DynamicLocks property.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
Property DynamicLocks As Integer 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.Int32
The value of the DynamicLocks property.

참고 항목

참조

IServerConfigurationFacet 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스