Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies an interface of the managed helper.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("AAA82BEC-5506-450D-8F7D-3E5E495AF69D")> _
Public Interface IDTSManagedHelper100
'Usage
Dim instance As IDTSManagedHelper100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("AAA82BEC-5506-450D-8F7D-3E5E495AF69D")]
public interface IDTSManagedHelper100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"AAA82BEC-5506-450D-8F7D-3E5E495AF69D")]
public interface class IDTSManagedHelper100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("AAA82BEC-5506-450D-8F7D-3E5E495AF69D")>]
type IDTSManagedHelper100 = interface end
public interface IDTSManagedHelper100
The IDTSManagedHelper100 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
CloseManagedConnection | Infrastructure. Closes the specified connection. |
![]() |
DecryptDocument | Infrastructure. Decrypts the specified document. |
![]() |
EncryptDocument | Infrastructure. Encrypts a specified document. |
![]() |
GetManagedConnection | Infrastructure. Returns a managed connection. |
![]() |
GetNextManagedInfo | Infrastructure. Indicates whether the connection gets the next managed information. |
![]() |
GetRawCertData | Infrastructure. Returns the raw data for the certificate. |
![]() |
MakeCertObject | Infrastructure. Creates a certificate object. |
![]() |
OpenAssembly | Infrastructure. Opens an assembly. |
![]() |
SignDocument | Infrastructure. Signs the document associated with the helper. |
![]() |
VerifyDocument | Infrastructure. Indicates whether the document is verified. |
Top
Remarks
For more information, see ManagedHelper.
.gif)