Propriété SqlOlapConnectionInfoBase.ConnectionStringInternal
Obtient ou définit la chaîne de connexion interne.
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 : SecureString
Valeur StringBuilder qui spécifie la chaîne de connexion interne.