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

参数

返回值

类型:System.Boolean
true ,如果连接管理器管理指定的数据连接;否则,false。

备注

数据连接可以管理直接由客户端,或被连接管理器。

.NET Framework 安全性

请参见

参考

IVsDataConnectionManager 接口

IsManaging 重载

Microsoft.VisualStudio.Data.Services 命名空间