Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Specifies an interface of the managed helper.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("AAA82BEC-5506-450D-8F7D-3E5E495AF69D")> _
Public Interface IDTSManagedHelper100
'Uso
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
El tipo IDTSManagedHelper100 expone los siguientes miembros.
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
CloseManagedConnection | Infraestructura. Closes the specified connection. |
![]() |
DecryptDocument | Infraestructura. Decrypts the specified document. |
![]() |
EncryptDocument | Infraestructura. Encrypts a specified document. |
![]() |
GetManagedConnection | Infraestructura. Returns a managed connection. |
![]() |
GetNextManagedInfo | Infraestructura. Indicates whether the connection gets the next managed information. |
![]() |
GetRawCertData | Infraestructura. Returns the raw data for the certificate. |
![]() |
MakeCertObject | Infraestructura. Creates a certificate object. |
![]() |
OpenAssembly | Infraestructura. Opens an assembly. |
![]() |
SignDocument | Infraestructura. Signs the document associated with the helper. |
![]() |
VerifyDocument | Infraestructura. Indicates whether the document is verified. |
Arriba
Comentarios
For more information, see ManagedHelper.
.gif)