次の方法で共有


ITableOptions.LockEscalation プロパティ

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

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

関連項目

参照

ITableOptions インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間