Share via


ConnectionManagerFtpClass.ProtectionLevel Propriété

Définition

Obtient ou définit le niveau de chiffrement effectué sur les données sensibles contenues dans le package.

public:
 virtual 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(2)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel ProtectionLevel { [System.Runtime.InteropServices.DispId(2)] get; [System.Runtime.InteropServices.DispId(2)] set; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
[<set: System.Runtime.InteropServices.DispId(2)>]
member this.ProtectionLevel : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel with get, set
Public Overridable Property ProtectionLevel As DTSProtectionLevel

Valeur de propriété

Niveau de chiffrement effectué sur les données sensibles contenues dans le package.

Implémente

Attributs

Remarques

Pour plus d’informations, consultez ConnectionManager.

S’applique à