SqlOlapConnectionInfoBase.UseIntegratedSecurity 속성
연결에서 통합 보안이 사용되는지 여부를 지정하는 부울 속성 값을 가져오거나 설정합니다.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
Public Property UseIntegratedSecurity As Boolean
Get
Set
‘사용 방법
Dim instance As SqlOlapConnectionInfoBase
Dim value As Boolean
value = instance.UseIntegratedSecurity
instance.UseIntegratedSecurity = value
public bool UseIntegratedSecurity { get; set; }
public:
property bool UseIntegratedSecurity {
bool get ();
void set (bool value);
}
member UseIntegratedSecurity : bool with get, set
function get UseIntegratedSecurity () : boolean
function set UseIntegratedSecurity (value : boolean)
속성 값
유형: Boolean
연결에서 통합 보안이 사용되는지 여부를 지정하는 Boolean 값입니다.True이면 연결에서 통합 보안이 사용되지 않습니다.False(기본값)이면 연결에서 통합 보안이 사용됩니다.