Compartir a través de


Project.ProtectionLevel Propiedad

Gets or sets the level of protection on the project.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Property ProtectionLevel As DTSProtectionLevel 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

Project Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime