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.
Methods
Name | Description | |
---|---|---|
CloseManagedConnection | Infrastructure. | |
DecryptDocument | Infrastructure. | |
EncryptDocument | Infrastructure. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetManagedConnection | Infrastructure. | |
GetNextManagedInfo | Infrastructure. | |
GetRawCertData | Infrastructure. | |
GetType | (Inherited from Object.) | |
MakeCertObject | Infrastructure. | |
MemberwiseClone | (Inherited from Object.) | |
OpenAssembly | Infrastructure. | |
SignDocument | Infrastructure. | |
ToString | (Inherited from Object.) | |
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.