ManagedHelper Class

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

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
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("120FF0BE-9510-4B5E-9FDE-2535D71943DD")> _
Public NotInheritable Class ManagedHelper _
    Implements IDTSManagedHelper100
'Usage
Dim instance As ManagedHelper
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
[GuidAttribute("120FF0BE-9510-4B5E-9FDE-2535D71943DD")]
public sealed class ManagedHelper : IDTSManagedHelper100
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
[GuidAttribute(L"120FF0BE-9510-4B5E-9FDE-2535D71943DD")]
public ref class ManagedHelper sealed : IDTSManagedHelper100
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("120FF0BE-9510-4B5E-9FDE-2535D71943DD")>]
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.

Top

Methods

  Name Description
Public method CloseManagedConnection Infrastructure.
Public method DecryptDocument Infrastructure.
Public method EncryptDocument Infrastructure.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetManagedConnection Infrastructure.
Public method GetNextManagedInfo Infrastructure.
Public method GetRawCertData Infrastructure.
Public method GetType (Inherited from Object.)
Public method MakeCertObject Infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method OpenAssembly Infrastructure.
Public method SignDocument Infrastructure.
Public method ToString (Inherited from Object.)
Public method VerifyDocument Infrastructure.

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.