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


Свойство SqlOlapConnectionInfoBase.ConnectionStringInternal

Возвращает или задает внутреннюю строку подключения.

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

Синтаксис

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

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

Тип: SecureString
Значение StringBuilder, указывающее внутреннюю строку подключения.

См. также

Справочник

SqlOlapConnectionInfoBase Класс

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