Project.ProtectionLevel Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the level of protection on the project.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

public DTSProtectionLevel ProtectionLevel { get; set; }
public:
property DTSProtectionLevel ProtectionLevel {
    DTSProtectionLevel get();
    void set(DTSProtectionLevel value);
}
member ProtectionLevel : DTSProtectionLevel with get, set
Public Property ProtectionLevel As DTSProtectionLevel

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.DTSProtectionLevel

The level of protection on the project.

See Also

Project Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top