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


Свойство ProtectionLevel

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

Пространство имен:  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)

Реализует

IDTSConnectionManager100. . :: . .ProtectionLevel