다음을 통해 공유


LockEscalation 속성

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

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

구문

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

value = instance.LockEscalation

instance.LockEscalation = value
[DisplayDescriptionKeyAttribute("Table_LockEscalationDesc")]
[DisplayNameKeyAttribute("Table_LockEscalationName")]
LockEscalationType LockEscalation { get; set; }
[DisplayDescriptionKeyAttribute(L"Table_LockEscalationDesc")]
[DisplayNameKeyAttribute(L"Table_LockEscalationName")]
property LockEscalationType LockEscalation {
    LockEscalationType get ();
    void set (LockEscalationType value);
}
[<DisplayDescriptionKeyAttribute("Table_LockEscalationDesc")>]
[<DisplayNameKeyAttribute("Table_LockEscalationName")>]
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.