Поделиться через


Свойство ManagedWrapper.ProtectionLevel

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets or sets the protection level of the wrapper.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Property ProtectionLevel As DTSProtectionLevel 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel
The protection level of the wrapper.

Реализует

IDTSConnectionManager100.ProtectionLevel

См. также

Справочник

ManagedWrapper Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime