Partager via


Interface IDTSManagedHelper100

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

Specifies an interface of the managed helper.

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

Syntaxe

'Déclaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("AAA82BEC-5506-450D-8F7D-3E5E495AF69D")> _
Public Interface IDTSManagedHelper100
'Utilisation
Dim instance As IDTSManagedHelper100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("AAA82BEC-5506-450D-8F7D-3E5E495AF69D")]
public interface IDTSManagedHelper100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"AAA82BEC-5506-450D-8F7D-3E5E495AF69D")]
public interface class IDTSManagedHelper100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("AAA82BEC-5506-450D-8F7D-3E5E495AF69D")>]
type IDTSManagedHelper100 =  interface end
public interface IDTSManagedHelper100

Le type IDTSManagedHelper100 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique CloseManagedConnection Infrastructure. Closes the specified connection.
Méthode publique DecryptDocument Infrastructure. Decrypts the specified document.
Méthode publique EncryptDocument Infrastructure. Encrypts a specified document.
Méthode publique GetManagedConnection Infrastructure. Returns a managed connection.
Méthode publique GetNextManagedInfo Infrastructure. Indicates whether the connection gets the next managed information.
Méthode publique GetRawCertData Infrastructure. Returns the raw data for the certificate.
Méthode publique MakeCertObject Infrastructure. Creates a certificate object.
Méthode publique OpenAssembly Infrastructure. Opens an assembly.
Méthode publique SignDocument Infrastructure. Signs the document associated with the helper.
Méthode publique VerifyDocument Infrastructure. Indicates whether the document is verified.

Haut de la page

Notes

For more information, see ManagedHelper.

Voir aussi

Référence

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