Partager via


IVsDataConnection.EquivalentTo, méthode

Indique si les informations informations de connexion de données, comme représentées par le GUID du fournisseur et une chaîne de connexion, sont équivalentes à l'instance actuelle de la connexion de données.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
Function EquivalentTo ( _
    provider As Guid, _
    connectionString As String, _
    encryptedString As Boolean _
) As Boolean
bool EquivalentTo(
    Guid provider,
    string connectionString,
    bool encryptedString
)
bool EquivalentTo(
    Guid provider, 
    String^ connectionString, 
    bool encryptedString
)
abstract EquivalentTo : 
        provider:Guid * 
        connectionString:string * 
        encryptedString:bool -> bool
function EquivalentTo(
    provider : Guid, 
    connectionString : String, 
    encryptedString : boolean
) : boolean

Paramètres

  • provider
    Type : Guid

    GUID du fournisseur de données.

  • connectionString
    Type : String

    La chaîne de connexion qui contient des propriétés et des valeurs de connexion.

  • encryptedString
    Type : Boolean

    Une valeur d' Boolean indiquant si la chaîne de connexion est chiffrée.

Valeur de retour

Type : Boolean
true si les informations informations de connexion de données sont équivalentes à l'instance actuelle ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataConnection Interface

Microsoft.VisualStudio.Data.Services, espace de noms