Partager via


Propriété ConnectionManagerFtpClass.ProtectionLevel

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable Property ProtectionLevel As DTSProtectionLevel 
    Get 
    Set
'Utilisation
Dim instance As ConnectionManagerFtpClass 
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)

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel
The level of encryption performed on sensitive data that is contained in the package.

Implémente

IDTSConnectionManager100.ProtectionLevel

Notes

For more information, see ConnectionManager.

Voir aussi

Référence

ConnectionManagerFtpClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper