다음을 통해 공유


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 네임스페이스