Partager via


Propriété IDTSPackage100.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 protection on the package.

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

Syntaxe

'Déclaration
Property ProtectionLevel As DTSProtectionLevel 
    Get 
    Set
'Utilisation
Dim instance As IDTSPackage100 
Dim value As DTSProtectionLevel 

value = instance.ProtectionLevel

instance.ProtectionLevel = value
DTSProtectionLevel ProtectionLevel { get; set; }
property DTSProtectionLevel ProtectionLevel {
    DTSProtectionLevel get ();
    void set (DTSProtectionLevel value);
}
abstract 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 protection on the package.

Notes

This interface is implemented by the Package and PackageNeutral interfaces.

Voir aussi

Référence

IDTSPackage100 Interface

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