ConnectionManagerAdoNetClass.ProtectionLevel Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the level of encryption performed on sensitive data that is contained in the package.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

[DispIdAttribute(2)]
public virtual DTSProtectionLevel ProtectionLevel {
    [DispIdAttribute(2)]
    get;
    [DispIdAttribute(2)]
    set;
}
public:
[DispIdAttribute(2)]
property DTSProtectionLevel ProtectionLevel {
    [DispIdAttribute(2)]
    virtual DTSProtectionLevel get();
    [DispIdAttribute(2)]
    virtual void set(DTSProtectionLevel value);
}
[<DispIdAttribute(2)>]
abstract ProtectionLevel : DTSProtectionLevel with get, set
[<DispIdAttribute(2)>]
override ProtectionLevel : DTSProtectionLevel with get, set
<DispIdAttribute(2)>
Public Overridable Property ProtectionLevel As DTSProtectionLevel

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel

One of the enumeration values of the DTSProtectionLevel enumeration.

Implements

IDTSConnectionManager100.ProtectionLevel

Remarks

For more information, see ConnectionManager.

See Also

ConnectionManagerAdoNetClass Class
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace

Return to top