This topic has not yet been rated - Rate this topic

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. 
System.Object
  Microsoft.SqlServer.Dts.Runtime.ManagedHelper

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
[GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class ManagedHelper : IDTSManagedHelper100

The ManagedHelper type exposes the following members.

  NameDescription
Public methodManagedHelperInfrastructure. Initializes a new instance of the ManagedHelper class.
Top
  NameDescription
Public methodCloseManagedConnectionInfrastructure. Closes the connection.
Public methodDecryptDocumentInfrastructure. Decrypts the password protected document.
Public methodEncryptDocumentInfrastructure. Encrypts the document.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetManagedConnectionInfrastructure. Gets the managed connection for the helper.
Public methodGetNextManagedInfoInfrastructure. Gets the next managed information.
Public methodGetRawCertDataInfrastructure. Gets the raw certificate.
Public methodGetType (Inherited from Object.)
Public methodMakeCertObjectInfrastructure. Creates a certificate object.
Public methodOpenAssemblyInfrastructure. Opens the helper assembly.
Public methodSignDocumentInfrastructure. Signs the document associated with the helper.
Public methodToString (Inherited from Object.)
Public methodVerifyDocumentInfrastructure. Verifies the document associated with the helper.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.