Compartilhar via


Propriedade IVsDataConnection.EncryptedConnectionString

Obtém uma versão criptografadas de cadeia de conexão.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
Um valor de String que representa a cadeia de conexão no formulário criptografado.

Segurança do .NET Framework

Consulte também

Referência

IVsDataConnection Interface

Namespace Microsoft.VisualStudio.Data.Services