Condividi tramite


Proprietà ISqlIndex.DoAllowPageLocks

Ottiene o imposta un valore che indica se sono consentiti i blocchi a livello di pagina.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlIndex Interfaccia

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