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
'Usage
Dim instance As IVsDataConnectionManager
Dim connection As IVsDataConnection
Dim returnValue As Boolean
returnValue = instance.IsManaging(connection)
bool IsManaging(
IVsDataConnection connection
)
bool IsManaging(
IVsDataConnection^ connection
)
function IsManaging(
connection : IVsDataConnection
) : boolean
Parameters
connection
Type: Microsoft.VisualStudio.Data.Services.IVsDataConnectionThe data connection object.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataConnectionManager Interface