Proprietà Project.ProtectionLevel

Gets or sets the level of protection on the project.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Property ProtectionLevel As DTSProtectionLevel 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

Project Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime