IDTSPackage100.ProtectionLevel Property

Definition

Gets or sets the level of protection on the package.

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

Property Value

The level of protection on the package.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to