Compartilhar via


Método IDTSProject100.GetProtectionLevel

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the protection level of the project.

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

Sintaxe

'Declaração
Function GetProtectionLevel As DTSProtectionLevel
'Uso
Dim instance As IDTSProject100 
Dim returnValue As DTSProtectionLevel 

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

Valor de retorno

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

Consulte também

Referência

IDTSProject100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper