Propriété SqlOlapConnectionInfoBase.RebuildConnectionStringInternal
Obtient ou définit un Boolean qui indique si la chaîne de connexion interne doit être recréée.
Espace de noms : Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Syntaxe
'Déclaration
Protected Property RebuildConnectionStringInternal As Boolean
Get
Set
'Utilisation
Dim value As Boolean
value = Me.RebuildConnectionStringInternal
Me.RebuildConnectionStringInternal = value
protected bool RebuildConnectionStringInternal { get; set; }
protected:
property bool RebuildConnectionStringInternal {
bool get ();
void set (bool value);
}
member RebuildConnectionStringInternal : bool with get, set
function get RebuildConnectionStringInternal () : boolean
function set RebuildConnectionStringInternal (value : boolean)
Valeur de propriété
Type : Boolean
Boolean qui indique si la chaîne de connexion interne doit être recréée.