MultiServerSqlConnectionInfo.EncryptConnection 속성

정의

연결이 암호화되는지 여부를 지정하는 값을 가져오거나 설정합니다.

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

속성 값

연결이 암호화되면 True입니다. 그렇지 않으면 false입니다.

적용 대상