Partager via


Méthode IDTSProject100.GetProtectionLevel

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the protection level of the project.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Function GetProtectionLevel As DTSProtectionLevel
'Utilisation
Dim instance As IDTSProject100 
Dim returnValue As DTSProtectionLevel 

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

Valeur de retour

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

Voir aussi

Référence

IDTSProject100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper