Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
数据库模式是否处于打开状态。
Public ReadOnly Property IsOpen As Boolean
public bool IsOpen {get;}
如果此数据库模式当前处于打开状态,则返回 true;如果此数据库模式当前处于关闭状态,则返回 false。
ULDatabaseSchema 对象只有在其附加到的连接已打开的情况下才打开。