다음을 통해 공유


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

‘선언
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

See Also

Reference

IVsDataConnectionManager Interface

IsManaging Overload

Microsoft.VisualStudio.Data.Services Namespace