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 命名空间