Proprietà PackageRemote32Class.ProtectionLevel

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the level of protection on the package.

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

Sintassi

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

Valore proprietà

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

Implementa

IDTSPackage100.ProtectionLevel

Vedere anche

Riferimento

PackageRemote32Class Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper