Aracılığıyla paylaş


ISqlIndex.DoAllowPageLocks Özellik

Alır veya sayfa düzeyi kilitleri izin verilip verilmediğini belirten 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 DoAllowPageLocks As Boolean
    Get
    Set
bool DoAllowPageLocks { get; set; }
property bool DoAllowPageLocks {
    bool get ();
    void set (bool value);
}
abstract DoAllowPageLocks : bool with get, set
function get DoAllowPageLocks () : boolean
function set DoAllowPageLocks (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ı