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


Свойство SqlOlapConnectionInfoBase.IntegratedSecurityInternal

Gets or sets the Boolean property value that specifies whether the connection supports integrated security.

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

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

Тип: System.Boolean
A Boolean value that specifies whether the connection supports integrated security.If True, the connection supports integrated security.If False (default), the connection does not support integrated security.

См. также

Справочник

SqlOlapConnectionInfoBase Класс

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