Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.