Compartir a través de


ISql90Index.DoAllowRowLocks (Propiedad)

Obtiene o establece un valor que indica si se permiten los bloqueos de nivel de fila.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Boolean

Implementaciones

ISqlIndex.DoAllowRowLocks
ISql90SpecifiesIndex.DoAllowRowLocks

Seguridad de .NET Framework

Vea también

Referencia

ISql90Index Interfaz

DoAllowRowLocks (Sobrecarga)

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