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


Свойство ProtectionLevel

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

This interface is implemented by the Package and PackageNeutral interfaces.

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

Синтаксис

'Декларация
Property ProtectionLevel As DTSProtectionLevel
    Get
    Set
'Применение
Dim instance As IDTSPackage100
Dim value As DTSProtectionLevel

value = instance.ProtectionLevel

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