Compartilhar via


Interface IDTSManagedHelper100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Specifies an interface of the managed helper.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<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

O tipo IDTSManagedHelper100 expõe os membros a seguir.

Métodos

  Nome Descrição
Método público CloseManagedConnection Infraestrutura. Closes the specified connection.
Método público DecryptDocument Infraestrutura. Decrypts the specified document.
Método público EncryptDocument Infraestrutura. Encrypts a specified document.
Método público GetManagedConnection Infraestrutura. Returns a managed connection.
Método público GetNextManagedInfo Infraestrutura. Indicates whether the connection gets the next managed information.
Método público GetRawCertData Infraestrutura. Returns the raw data for the certificate.
Método público MakeCertObject Infraestrutura. Creates a certificate object.
Método público OpenAssembly Infraestrutura. Opens an assembly.
Método público SignDocument Infraestrutura. Signs the document associated with the helper.
Método público VerifyDocument Infraestrutura. Indicates whether the document is verified.

Início

Comentários

For more information, see ManagedHelper.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper