FeatureSwitches.RowLevelSecurityEnabled 属性

定义

获取一个值,该值指示是否启用行级别安全性。

public:
 property bool RowLevelSecurityEnabled { bool get(); };
public bool RowLevelSecurityEnabled { get; }
member this.RowLevelSecurityEnabled : bool
Public ReadOnly Property RowLevelSecurityEnabled As Boolean

属性值

Boolean

true 如果启用了行级别安全性,则为 ;否则为 false

适用于