Share via


SqlOlapConnectionInfoBase.UseIntegratedSecurity 속성

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

네임스페이스:  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)

속성 값

유형: System.Boolean
A Boolean value that specifies whether the connection uses integrated security.If True, the connection does not use integrated security.If False (default), the connection does use integrated security.

참고 항목

참조

SqlOlapConnectionInfoBase 클래스

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