Partager via


ISql90SpecifiesIndex.DoAllowPageLocks, propriété

Obtient ou définit une valeur qui indique si les verrous de page sont autorisés.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql90SpecifiesIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms