Share via


Propriété ConnectionStringInternal

Gets or sets the internal connection string.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Protected Property ConnectionStringInternal As SecureString
    Get
    Set
'Utilisation
Dim value As SecureString

value = Me.ConnectionStringInternal

Me.ConnectionStringInternal = value
protected SecureString ConnectionStringInternal { get; set; }
protected:
property SecureString^ ConnectionStringInternal {
    SecureString^ get ();
    void set (SecureString^ value);
}
member ConnectionStringInternal : SecureString with get, set
function get ConnectionStringInternal () : SecureString
function set ConnectionStringInternal (value : SecureString)

Valeur de propriété

Type : System.Security. . :: . .SecureString
A StringBuilder value that specifies the internal connection string.