Właściwość ConnectionStringInternal
Pobiera lub ustawia wewnętrzne połączenie ciąg.
Przestrzeń nazw: Microsoft.SqlServer.Management.Common
Zestaw: Microsoft.SqlServer.ConnectionInfo (w Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Deklaracja
Protected Property ConnectionStringInternal As SecureString
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Security. . :: . .SecureString
A StringBuilder wartość określająca wewnętrzne połączenie ciąg.
Zobacz także