ISql90Index.DoAllowRowLocks Property
Gets or sets a value that indicates whether row-level locks are permitted.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property DoAllowRowLocks As Boolean
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)
Property Value
Type: System.Boolean
Implements
ISqlIndex.DoAllowRowLocks
ISql90SpecifiesIndex.DoAllowRowLocks
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.