Partager via


Interface IDTSManagedHelper100

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

For more information, see ManagedHelper.

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

Syntaxe

'Déclaration
<GuidAttribute("AACF6B51-1F29-4C99-BC55-CC9DFA126A0C")> _
<InterfaceTypeAttribute()> _
Public Interface IDTSManagedHelper100
'Utilisation
Dim instance As IDTSManagedHelper100
[GuidAttribute("AACF6B51-1F29-4C99-BC55-CC9DFA126A0C")]
[InterfaceTypeAttribute()]
public interface IDTSManagedHelper100
[GuidAttribute(L"AACF6B51-1F29-4C99-BC55-CC9DFA126A0C")]
[InterfaceTypeAttribute()]
public interface class IDTSManagedHelper100
[<GuidAttribute("AACF6B51-1F29-4C99-BC55-CC9DFA126A0C")>]
[<InterfaceTypeAttribute()>]
type IDTSManagedHelper100 =  interface end
public interface IDTSManagedHelper100

Le type IDTSManagedHelper100 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique CloseManagedConnection Infrastructure. For more information, see ManagedHelper.
Méthode publique DecryptDocument Infrastructure. For more information, see ManagedHelper.
Méthode publique EncryptDocument Infrastructure. For more information, see ManagedHelper.
Méthode publique GetManagedConnection Infrastructure. For more information, see ManagedHelper.
Méthode publique GetNextManagedInfo Infrastructure. For more information, see ManagedHelper.
Méthode publique GetRawCertData Infrastructure. For more information, see ManagedHelper.
Méthode publique MakeCertObject Infrastructure. For more information, see ManagedHelper.
Méthode publique OpenAssembly Infrastructure. For more information, see ManagedHelper.
Méthode publique SignDocument Infrastructure. For more information, see ManagedHelper.
Méthode publique VerifyDocument Infrastructure. For more information, see ManagedHelper.

Haut de la page