Partager via


IVsDataConnection.SafeConnectionString, propriété

Obtient la chaîne de connexion, à l'exclusion de les informations sensibles.

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

Syntaxe

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

Valeur de propriété

Type : System.String
Une valeur d' String représentant la chaîne de connexion qui exclut des informations sensibles.

Notes

Un exemple d'informations sensibles est une propriété de mot de passe.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataConnection Interface

Microsoft.VisualStudio.Data.Services, espace de noms