Share via


ManagedHelper Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents the managed helper.

This API is not CLS-compliant. 

Inheritance Hierarchy

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
<GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")> _
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ManagedHelper _
    Implements IDTSManagedHelper100
'Usage
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

The ManagedHelper type exposes the following members.

Constructors

  Name Description
Public method ManagedHelper Infrastructure. Initializes a new instance of the ManagedHelper class.

Top

Methods

  Name Description
Public method CloseManagedConnection Infrastructure. Closes the connection.
Public method DecryptDocument Infrastructure. Decrypts the password protected document.
Public method EncryptDocument Infrastructure. Encrypts the document.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetManagedConnection Infrastructure. Gets the managed connection for the helper.
Public method GetNextManagedInfo Infrastructure. Gets the next managed information.
Public method GetRawCertData Infrastructure. Gets the raw certificate.
Public method GetType (Inherited from Object.)
Public method MakeCertObject Infrastructure. Creates a certificate object.
Public method OpenAssembly Infrastructure. Opens the helper assembly.
Public method SignDocument Infrastructure. Signs the document associated with the helper.
Public method ToString (Inherited from Object.)
Public method VerifyDocument Infrastructure. Verifies the document associated with the helper.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace