共用方式為


DisallowPageLocks 屬性

Gets a value that indicates whether the index allows page locks.

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
ReadOnly Property DisallowPageLocks As Boolean
    Get
'用途
Dim instance As IRelationalIndex
Dim value As Boolean

value = instance.DisallowPageLocks
bool DisallowPageLocks { get; }
property bool DisallowPageLocks {
    bool get ();
}
abstract DisallowPageLocks : bool
function get DisallowPageLocks () : boolean

屬性值

型別:System. . :: . .Boolean
true if the index does not allow page locks; otherwise, false.