共用方式為


IVsDataConnectionManager.IsManaging 方法 (IVsDataConnection)

表示連接管理員是否為指定的資料連接。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
Function IsManaging ( _
    connection As IVsDataConnection _
) As Boolean
bool IsManaging(
    IVsDataConnection connection
)
bool IsManaging(
    IVsDataConnection^ connection
)
abstract IsManaging : 
        connection:IVsDataConnection -> bool
function IsManaging(
    connection : IVsDataConnection
) : boolean

參數

傳回值

類型:Boolean
true ,如果連接管理員處理指定之資料連接;否則, false。

備註

資料連接可以處理直接由用戶端,或是連結處理常式。

.NET Framework 安全性

請參閱

參考

IVsDataConnectionManager 介面

IsManaging 多載

Microsoft.VisualStudio.Data.Services 命名空間