Condividi tramite


Proprietà SqlOlapConnectionInfoBase.RebuildConnectionStringInternal

Gets or sets a Boolean indicating whether the internal connection string must be rebuilt.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
Protected Property RebuildConnectionStringInternal As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
A Boolean indicating whether the internal connection string must be rebuilt.

Vedere anche

Riferimento

SqlOlapConnectionInfoBase Classe

Spazio dei nomi Microsoft.SqlServer.Management.Common