Share via


IDTSConnectionManager100.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)]
DTSProtectionLevel ProtectionLevel {
    [DispIdAttribute(2)]
    get;
    [DispIdAttribute(2)]
    set;
}
[DispIdAttribute(2)]
property DTSProtectionLevel ProtectionLevel {
    [DispIdAttribute(2)]
    DTSProtectionLevel get();
    [DispIdAttribute(2)]
    void set(DTSProtectionLevel value);
}
[<DispIdAttribute(2)>]
abstract ProtectionLevel : DTSProtectionLevel with get, set
<DispIdAttribute(2)>
Property ProtectionLevel As DTSProtectionLevel

Property Value

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

One of the enumeration values of the DTSProtectionLevel enumeration.

See Also

IDTSConnectionManager100 Interface
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace

Return to top