Freigeben über


ManagedWrapper.ProtectionLevel-Eigenschaft

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

Gets or sets the protection level of the wrapper.

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

Syntax

'Declaration
Public Property ProtectionLevel As DTSProtectionLevel 
    Get 
    Set
'Usage
Dim instance As ManagedWrapper 
Dim value As DTSProtectionLevel 

value = instance.ProtectionLevel

instance.ProtectionLevel = value
public DTSProtectionLevel ProtectionLevel { get; set; }
public:
virtual property DTSProtectionLevel ProtectionLevel {
    DTSProtectionLevel get () sealed;
    void set (DTSProtectionLevel value) sealed;
}
abstract ProtectionLevel : DTSProtectionLevel with get, set 
override ProtectionLevel : DTSProtectionLevel with get, set
final function get ProtectionLevel () : DTSProtectionLevel 
final function set ProtectionLevel (value : DTSProtectionLevel)

Eigenschaftswert

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

Implementiert

IDTSConnectionManager100.ProtectionLevel

Siehe auch

Verweis

ManagedWrapper Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace