Compartir a través de


Interfaz IDTSManagedHelper100

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
Método público CloseManagedConnection Infraestructura. Closes the specified connection.
Método público DecryptDocument Infraestructura. Decrypts the specified document.
Método público EncryptDocument Infraestructura. Encrypts a specified document.
Método público GetManagedConnection Infraestructura. Returns a managed connection.
Método público GetNextManagedInfo Infraestructura. Indicates whether the connection gets the next managed information.
Método público GetRawCertData Infraestructura. Returns the raw data for the certificate.
Método público MakeCertObject Infraestructura. Creates a certificate object.
Método público OpenAssembly Infraestructura. Opens an assembly.
Método público SignDocument Infraestructura. Signs the document associated with the helper.
Método público VerifyDocument Infraestructura. Indicates whether the document is verified.

Arriba

Comentarios

For more information, see ManagedHelper.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper