IDbConnectionExtension.IntegratedSecurity 속성

정의

연결에서 사용자 이름과 암호를 제공하는 대신 통합 보안을 사용해야 하는지 여부를 나타냅니다.

public:
 property bool IntegratedSecurity { bool get(); void set(bool value); };
public bool IntegratedSecurity { get; set; }
member this.IntegratedSecurity : bool with get, set
Public Property IntegratedSecurity As Boolean

속성 값

연결에서 인증에 통합 보안을 사용해야 하면 true 값이고, 그렇지 않으면 false입니다.

적용 대상