Поделиться через


Свойство SqlOlapConnectionInfoBase.RebuildConnectionStringInternal

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

Пространство имен:  Microsoft.SqlServer.Management.Common
Сборка:  Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)

Синтаксис

'Декларация
Protected Property RebuildConnectionStringInternal As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Boolean
A Boolean indicating whether the internal connection string must be rebuilt.

См. также

Справочник

SqlOlapConnectionInfoBase Класс

Пространство имен Microsoft.SqlServer.Management.Common