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


Свойство SqlOlapConnectionInfoBase.ConnectionStringInternal

Gets or sets the internal connection string.

Пространство имен:  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)

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

Тип: System.Security.SecureString
A StringBuilder value that specifies the internal connection string.

См. также

Справочник

SqlOlapConnectionInfoBase Класс

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