ManagedWrapper.ProtectionLevel プロパティ
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
ラッパーの保護レベルを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public Property ProtectionLevel As DTSProtectionLevel
Get
Set
'使用
Dim instance As ManagedWrapper
Dim value As DTSProtectionLevel
value = instance.ProtectionLevel
instance.ProtectionLevel = value
public DTSProtectionLevel ProtectionLevel { get; set; }
public:
virtual property DTSProtectionLevel ProtectionLevel {
DTSProtectionLevel get () sealed;
void set (DTSProtectionLevel value) sealed;
}
abstract ProtectionLevel : DTSProtectionLevel with get, set
override ProtectionLevel : DTSProtectionLevel with get, set
final function get ProtectionLevel () : DTSProtectionLevel
final function set ProtectionLevel (value : DTSProtectionLevel)
プロパティ値
型: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel
ラッパーの保護レベルです。
実装
IDTSConnectionManager100.ProtectionLevel