언어

IDTSConnectionManagerCache100.UseEncryption 속성

정의

암호화 사용 여부를 나타내는 불리언을 받거나 설정합니다.

public:
 property bool UseEncryption { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(3)]
public bool UseEncryption { [System.Runtime.InteropServices.DispId(3)] get; [System.Runtime.InteropServices.DispId(3)] set; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
[<set: System.Runtime.InteropServices.DispId(3)>]
member this.UseEncryption : bool with get, set
Public Property UseEncryption As Boolean

속성 값

연결 관리자가 암호화를 사용하면 참; 그렇지 않으면 거짓입니다.

특성

설명

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

적용 대상