IVsDataConnection.EncryptedConnectionString, propriété

Obtient une version chiffrée de la chaîne de connexion.

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

Syntaxe

'Déclaration
Property EncryptedConnectionString As String
string EncryptedConnectionString { get; set; }
property String^ EncryptedConnectionString {
    String^ get ();
    void set (String^ value);
}
abstract EncryptedConnectionString : string with get, set
function get EncryptedConnectionString () : String
function set EncryptedConnectionString (value : String)

Valeur de propriété

Type : System.String
Une valeur d' String représentant la chaîne de connexion dans le formulaire chiffré.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataConnection Interface

Microsoft.VisualStudio.Data.Services, espace de noms