Share via


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를 참조하세요.

적용 대상