Partager via


Propriété Project.ProtectionLevel

Gets or sets the level of protection on the project.

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

Syntaxe

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

value = instance.ProtectionLevel

instance.ProtectionLevel = value
public DTSProtectionLevel ProtectionLevel { get; set; }
public:
property DTSProtectionLevel ProtectionLevel {
    DTSProtectionLevel get ();
    void set (DTSProtectionLevel value);
}
member ProtectionLevel : DTSProtectionLevel with get, set
function get ProtectionLevel () : DTSProtectionLevel 
function set ProtectionLevel (value : DTSProtectionLevel)

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.DTSProtectionLevel
The level of protection on the project.

Voir aussi

Référence

Project Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime