Share via


IDTSPackage100.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); };
[System.Runtime.InteropServices.DispId(77)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel ProtectionLevel { [System.Runtime.InteropServices.DispId(77)] get; [System.Runtime.InteropServices.DispId(77)] set; }
[<System.Runtime.InteropServices.DispId(77)>]
[<get: System.Runtime.InteropServices.DispId(77)>]
[<set: System.Runtime.InteropServices.DispId(77)>]
member this.ProtectionLevel : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel with get, set
Public Property ProtectionLevel As DTSProtectionLevel

プロパティ値

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

属性

注釈

このインターフェイスは、Package インターフェイスおよび PackageNeutral インターフェイスで実装されます。

適用対象