ISql100Table.LockEscalation Property

Gets or sets a value that models the LOCK_ESCALATION option.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property LockEscalation As Sql100LockEscalationMethod
Sql100LockEscalationMethod LockEscalation { get; set; }
property Sql100LockEscalationMethod LockEscalation {
    Sql100LockEscalationMethod get ();
    void set (Sql100LockEscalationMethod value);
}
abstract LockEscalation : Sql100LockEscalationMethod with get, set
function get LockEscalation () : Sql100LockEscalationMethod
function set LockEscalation (value : Sql100LockEscalationMethod)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.Sql100LockEscalationMethod

.NET Framework Security

See Also

Reference

ISql100Table Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace