Свойство SqlOlapConnectionInfoBase.IntegratedSecurityInternal
Возвращает или задает значение свойства типа Boolean, указывающего, поддерживает ли соединение встроенную безопасность.
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)
Синтаксис
'Декларация
Protected Property IntegratedSecurityInternal As Boolean
Get
Set
'Применение
Dim value As Boolean
value = Me.IntegratedSecurityInternal
Me.IntegratedSecurityInternal = value
protected bool IntegratedSecurityInternal { get; set; }
protected:
property bool IntegratedSecurityInternal {
bool get ();
void set (bool value);
}
member IntegratedSecurityInternal : bool with get, set
function get IntegratedSecurityInternal () : boolean
function set IntegratedSecurityInternal (value : boolean)
Значение свойства
Тип: Boolean
Значение типа Boolean, указывающее, поддерживает ли соединение встроенную безопасность.Значение TRUE, если соединение поддерживает встроенную безопасность.Значение False (значение по умолчанию), если соединение не поддерживает встроенную безопасность.