IDTSConnectionManager100.ProtectionLevel プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

パッケージに含まれている機微なデータに対して実行される暗号化のレベルを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Property ProtectionLevel As DTSProtectionLevel 
    Get 
    Set
'使用
Dim instance As IDTSConnectionManager100 
Dim value As DTSProtectionLevel 

value = instance.ProtectionLevel

instance.ProtectionLevel = value
DTSProtectionLevel ProtectionLevel { get; set; }
property DTSProtectionLevel ProtectionLevel {
    DTSProtectionLevel get ();
    void set (DTSProtectionLevel value);
}
abstract ProtectionLevel : DTSProtectionLevel with get, set
function get ProtectionLevel () : DTSProtectionLevel 
function set ProtectionLevel (value : DTSProtectionLevel)

プロパティ値

型: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel
DTSProtectionLevel 列挙体の列挙値のいずれかです。

関連項目

参照

IDTSConnectionManager100 インターフェイス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間