次の方法で共有


LockEscalation プロパティ

テーブルで実装されるロックのエスカレーションの種類を取得します。値の設定も可能です。

名前空間:  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
テーブルで実装されるロックのエスカレーションの種類を示す LockEscalationType 値です。