Aracılığıyla paylaş


ISqlIndex.DoAllowRowLocks Özellik

Alır veya satır kilitleri izin olup olmadığını gösteren bir değeri ayarlar.

Ad alanı:  Microsoft.Data.Schema.Sql.SchemaModel
Derleme:  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: System.Boolean

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ISqlIndex Arabirim

Microsoft.Data.Schema.Sql.SchemaModel Ad Alanı