ConnectionManager.InUse 属性
获取或设置 Boolean 属性值,该值指定是否正在使用连接。
命名空间: Microsoft.SqlServer.Management.Common
程序集: Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)
语法
声明
Public Property InUse As Boolean
Get
Set
用法
Dim instance As ConnectionManager
Dim value As Boolean
value = instance.InUse
instance.InUse = value
public bool InUse { get; set; }
public:
property bool InUse {
bool get ();
void set (bool value);
}
member InUse : bool with get, set
function get InUse () : boolean
function set InUse (value : boolean)
属性值
类型:Boolean
一个 Boolean 对象值,该值指定是否正在使用连接。如果为 True,则正在使用连接。如果为 False(默认值),则未在使用连接。