Database.Visible 属性

定义

获取或设置与数据库关联的布尔值可见性属性。

public bool Visible { get; set; }
member this.Visible : bool with get, set
Public Property Visible As Boolean

属性值

如果启用了可见性,则为 True;否则为 False。

适用于