Partager via


Classe ManagedHelper

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

Represents the managed helper.

Cette API n'est pas conforme CLS. 

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Dts.Runtime.ManagedHelper

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

Syntaxe

'Déclaration
<GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")> _
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ManagedHelper _
    Implements IDTSManagedHelper100
'Utilisation
Dim instance As ManagedHelper
[GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class ManagedHelper : IDTSManagedHelper100
[GuidAttribute(L"EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class ManagedHelper sealed : IDTSManagedHelper100
[<SealedAttribute>]
[<GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type ManagedHelper =  
    class 
        interface IDTSManagedHelper100 
    end
public final class ManagedHelper implements IDTSManagedHelper100

Le type ManagedHelper expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ManagedHelper Infrastructure. Initializes a new instance of the ManagedHelper class.

Haut de la page

Méthodes

  Nom Description
Méthode publique CloseManagedConnection Infrastructure. Closes the connection.
Méthode publique DecryptDocument Infrastructure. Decrypts the password protected document.
Méthode publique EncryptDocument Infrastructure. Encrypts the document.
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetManagedConnection Infrastructure. Gets the managed connection for the helper.
Méthode publique GetNextManagedInfo Infrastructure. Gets the next managed information.
Méthode publique GetRawCertData Infrastructure. Gets the raw certificate.
Méthode publique GetType (hérité de Object.)
Méthode publique MakeCertObject Infrastructure. Creates a certificate object.
Méthode publique OpenAssembly Infrastructure. Opens the helper assembly.
Méthode publique SignDocument Infrastructure. Signs the document associated with the helper.
Méthode publique ToString (hérité de Object.)
Méthode publique VerifyDocument Infrastructure. Verifies the document associated with the helper.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime