다음을 통해 공유


ITableOptions.LockEscalation 속성

Gets or sets the type of lock escalation implemented on the table.

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

구문

‘선언
<DisplayNameKeyAttribute("Table_LockEscalationName")> _
<DisplayDescriptionKeyAttribute("Table_LockEscalationDesc")> _
Property LockEscalation As LockEscalationType 
    Get 
    Set
‘사용 방법
Dim instance As ITableOptions 
Dim value As LockEscalationType 

value = instance.LockEscalation

instance.LockEscalation = value
[DisplayNameKeyAttribute("Table_LockEscalationName")]
[DisplayDescriptionKeyAttribute("Table_LockEscalationDesc")]
LockEscalationType LockEscalation { get; set; }
[DisplayNameKeyAttribute(L"Table_LockEscalationName")]
[DisplayDescriptionKeyAttribute(L"Table_LockEscalationDesc")]
property LockEscalationType LockEscalation {
    LockEscalationType get ();
    void set (LockEscalationType value);
}
[<DisplayNameKeyAttribute("Table_LockEscalationName")>]
[<DisplayDescriptionKeyAttribute("Table_LockEscalationDesc")>]
abstract LockEscalation : LockEscalationType with get, set
function get LockEscalation () : LockEscalationType 
function set LockEscalation (value : LockEscalationType)

속성 값

유형: Microsoft.SqlServer.Management.Smo.LockEscalationType
A LockEscalationType value that specifies the type of lock escalation implemented on the table.

참고 항목

참조

ITableOptions 인터페이스

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