Compartir a través de


ISql90XmlIndex.DoAllowPageLocks (Propiedad)

Obtiene o establece un valor que indica si se permiten los bloqueos de nivel de página.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql90XmlIndex Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)