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」を参照してください。

適用対象