ConnectionManagerAdoNetClass.ProtectionLevel プロパティ
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
パッケージに含まれている機微なデータに対して実行される暗号化のレベルを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Public Overridable Property ProtectionLevel As DTSProtectionLevel
Get
Set
'使用
Dim instance As ConnectionManagerAdoNetClass
Dim value As DTSProtectionLevel
value = instance.ProtectionLevel
instance.ProtectionLevel = value
public virtual DTSProtectionLevel ProtectionLevel { get; set; }
public:
virtual property DTSProtectionLevel ProtectionLevel {
DTSProtectionLevel get ();
void set (DTSProtectionLevel value);
}
abstract ProtectionLevel : DTSProtectionLevel with get, set
override ProtectionLevel : DTSProtectionLevel with get, set
function get ProtectionLevel () : DTSProtectionLevel
function set ProtectionLevel (value : DTSProtectionLevel)
プロパティ値
型: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel
DTSProtectionLevel 列挙体の列挙値のいずれかです。
実装
IDTSConnectionManager100.ProtectionLevel
説明
詳細については、「ConnectionManager」を参照してください。