Freigeben über


PackageNeutralClass.ProtectionLevel-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the level of protection on the package.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Property ProtectionLevel As DTSProtectionLevel 
    Get 
    Set
'Usage
Dim instance As PackageNeutralClass 
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)

Eigenschaftswert

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

Implementiert

IDTSPackage100.ProtectionLevel

Hinweise

For more information, see Package.

Siehe auch

Verweis

PackageNeutralClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace