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


Свойство Project.ProtectionLevel

Gets or sets the level of protection on the project.

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

Синтаксис

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

value = instance.ProtectionLevel

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

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

Тип: Microsoft.SqlServer.Dts.Runtime.DTSProtectionLevel
The level of protection on the project.

См. также

Справочник

Project Класс

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