Condividi tramite


Proprietà ISqlIndex.DoAllowRowLocks

Ottiene o imposta un valore che indica devono essere consentiti i blocchi di riga.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property DoAllowRowLocks As Boolean
    Get
    Set
bool DoAllowRowLocks { get; set; }
property bool DoAllowRowLocks {
    bool get ();
    void set (bool value);
}
abstract DoAllowRowLocks : bool with get, set
function get DoAllowRowLocks () : boolean
function set DoAllowRowLocks (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlIndex Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel