ISql90XmlIndex.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

.NET Framework Security

See Also

Reference

ISql90XmlIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace