Share via


ConnectionManagerOdbcClass.RetainSameConnection 속성

정의

연결 관리자가 동일한 연결을 유지하는지 여부를 나타내는 부울을 가져오거나 설정합니다.

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

속성 값

연결 관리자가 동일한 연결을 유지하면 true입니다. 그렇지 않으면 false입니다.

구현

설명

자세한 내용은 ConnectionManager를 참조하세요.

적용 대상