Свойство ConnectionManagerFtpClass.ProtectionLevel

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

Gets or sets the level of encryption performed on sensitive data that is contained in the package.

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

Синтаксис

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

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

Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel
The level of encryption performed on sensitive data that is contained in the package.

Реализует

IDTSConnectionManager100.ProtectionLevel

Замечания

For more information, see ConnectionManager.

См. также

Справочник

ConnectionManagerFtpClass Класс

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