言語

ConnectionManager.InUse プロパティ

定義

オブジェクトがサーバーに少なくとも 1 回接続されている場合は true を返します。 true の場合、プロパティの変更はそれ以上許可されず、プロパティが変更されたときに ConnectionCannotBeChangedException がスローされます。

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

プロパティ値

適用対象