IDTSProject100.GetProtectionLevel Method

Definition

Gets the protection level of the project.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSProtectionLevel GetProtectionLevel();
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel GetProtectionLevel ();
abstract member GetProtectionLevel : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel
Public Function GetProtectionLevel () As DTSProtectionLevel

Returns

The protection level of the project.

Applies to