Share via


IVsDataConnectionManager.IsManaging Method (IVsDataConnection)

Indicates whether the connection manager is managing the specified data connection.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Boolean
true if the connection manager is managing the specified data connection; otherwise, false.

Remarks

A data connection can either be managed directly by the client, or by the connection manager.

.NET Framework Security

See Also

Reference

IVsDataConnectionManager Interface

IsManaging Overload

Microsoft.VisualStudio.Data.Services Namespace