Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- connection
Type: Microsoft.VisualStudio.Data.Services.IVsDataConnection
The 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.