Share via


IDTSProject100.GetProtectionLevel Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the protection level of the project.

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

Syntax

'Declaration
Function GetProtectionLevel As DTSProtectionLevel
'Usage
Dim instance As IDTSProject100 
Dim returnValue As DTSProtectionLevel 

returnValue = instance.GetProtectionLevel()
DTSProtectionLevel GetProtectionLevel()
DTSProtectionLevel GetProtectionLevel()
abstract GetProtectionLevel : unit -> DTSProtectionLevel
function GetProtectionLevel() : DTSProtectionLevel

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel
The protection level of the project.

See Also

Reference

IDTSProject100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace