Share via


SqlOlapConnectionInfoBase.IntegratedSecurityInternal 속성

연결에서 통합 보안이 지원되는지 여부를 지정하는 부울 속성 값을 가져오거나 설정합니다.

네임스페이스:  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(기본값)이면 연결에서 통합 보안이 지원되지 않습니다.

참고 항목

참조

SqlOlapConnectionInfoBase 클래스

Microsoft.SqlServer.Management.Common 네임스페이스