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 | |
---|---|---|
ManagedHelper | Infrastructure. Initializes a new instance of the ManagedHelper class. |
Top
Methods
Name | Description | |
---|---|---|
CloseManagedConnection | Infrastructure. Closes the connection. | |
DecryptDocument | Infrastructure. Decrypts the password protected document. | |
EncryptDocument | Infrastructure. Encrypts the document. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetManagedConnection | Infrastructure. Gets the managed connection for the helper. | |
GetNextManagedInfo | Infrastructure. Gets the next managed information. | |
GetRawCertData | Infrastructure. Gets the raw certificate. | |
GetType | (Inherited from Object.) | |
MakeCertObject | Infrastructure. Creates a certificate object. | |
OpenAssembly | Infrastructure. Opens the helper assembly. | |
SignDocument | Infrastructure. Signs the document associated with the helper. | |
ToString | (Inherited from Object.) | |
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.