ConnectionManager.InUse 属性

定义

如果对象至少与服务器连接了一次,则返回 true。 如果为 true,则不允许再更改属性,当属性发生更改时,将引发 ConnectionCannotBeChangedException。

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

属性值

适用于