언어

ConnectionManagerHostClass.ProtectionLevel 속성

정의

패키지에 포함된 민감한 데이터에 대해 수행되는 암호화 수준을 획득하거나 설정합니다.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSProtectionLevel ProtectionLevel { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSProtectionLevel get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSProtectionLevel value); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel ProtectionLevel { get; set; }
member this.ProtectionLevel : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel with get, set
Public Overridable Property ProtectionLevel As DTSProtectionLevel

속성 값

열거형의 DTSProtectionLevel 열거형 값 중 하나입니다.

구현

설명

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

적용 대상