ManagedWrapper.ProtectionLevel プロパティ

定義

ラッパーの保護レベルを取得します。値の設定も可能です。

public:
 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 Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel ProtectionLevel { get; set; }
member this.ProtectionLevel : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel with get, set
Public Property ProtectionLevel As DTSProtectionLevel

プロパティ値

DTSProtectionLevel

ラッパーの保護レベルです。

実装

適用対象