Proprietà SqlOlapConnectionInfoBase.ConnectionStringInternal
Gets or sets the internal connection string.
Spazio dei nomi Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Sintassi
'Dichiarazione
Protected Property ConnectionStringInternal As SecureString
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: SecureString
A StringBuilder value that specifies the internal connection string.