ConnectionManagerCacheClass.ProtectionLevel Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For more information, see ConnectionManager.
Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Property ProtectionLevel As DTSProtectionLevel
    Get
    Set
'Usage
Dim instance As ConnectionManagerCacheClass
Dim value As DTSProtectionLevel
value = instance.ProtectionLevel
instance.ProtectionLevel = value
public virtual DTSProtectionLevel ProtectionLevel { get; set; }
public:
virtual property DTSProtectionLevel ProtectionLevel {
    DTSProtectionLevel get ();
    void set (DTSProtectionLevel value);
}
abstract ProtectionLevel : DTSProtectionLevel with get, set
override ProtectionLevel : DTSProtectionLevel with get, set
function get ProtectionLevel () : DTSProtectionLevel
function set ProtectionLevel (value : DTSProtectionLevel)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel