共用方式為


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 (預設值),則連接非使用中。

請參閱

參考

ConnectionManager 類別

Microsoft.SqlServer.Management.Common 命名空間