IVsDataConnectionManager.IsManaging Method (Guid, String, Boolean)
Indicates whether the connection manager is managing the data connection specified by the provider, the connection string, and the encrypted connection string.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaración
Function IsManaging ( _
provider As Guid, _
connectionString As String, _
encryptedString As Boolean _
) As Boolean
bool IsManaging(
Guid provider,
string connectionString,
bool encryptedString
)
bool IsManaging(
Guid provider,
String^ connectionString,
bool encryptedString
)
abstract IsManaging :
provider:Guid *
connectionString:string *
encryptedString:bool -> bool
function IsManaging(
provider : Guid,
connectionString : String,
encryptedString : boolean
) : boolean
Parameters
- provider
Type: System.Guid
The GUID of the DDEX provider.
- connectionString
Type: System.String
The connection string in unencrypted or encrypted form.
- encryptedString
Type: System.Boolean
A Boolean value indicating whether the connection string is encrypted (true) or unencrypted (false).
Return Value
Type: System.Boolean
true if the connection manager is managing the specified data connection; otherwise, false.
.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.