共用方式為


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