Compartilhar via


Propriedade ISql100SpatialIndex.DoAllowRowLocks

Obtém ou define um valor que indica se o bloqueio de linha é permitido para este índice.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql100SpatialIndex Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel