Compartilhar via


Classe ManagedHelper

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

Represents the managed helper.

Essa API não é compatível com CLS. 

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Dts.Runtime.ManagedHelper

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

Sintaxe

'Declaração
<GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")> _
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ManagedHelper _
    Implements IDTSManagedHelper100
'Uso
Dim instance As ManagedHelper
[GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class ManagedHelper : IDTSManagedHelper100
[GuidAttribute(L"EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class ManagedHelper sealed : IDTSManagedHelper100
[<SealedAttribute>]
[<GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type ManagedHelper =  
    class 
        interface IDTSManagedHelper100 
    end
public final class ManagedHelper implements IDTSManagedHelper100

O tipo ManagedHelper expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ManagedHelper Infraestrutura. Initializes a new instance of the ManagedHelper class.

Início

Métodos

  Nome Descrição
Método público CloseManagedConnection Infraestrutura. Closes the connection.
Método público DecryptDocument Infraestrutura. Decrypts the password protected document.
Método público EncryptDocument Infraestrutura. Encrypts the document.
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetManagedConnection Infraestrutura. Gets the managed connection for the helper.
Método público GetNextManagedInfo Infraestrutura. Gets the next managed information.
Método público GetRawCertData Infraestrutura. Gets the raw certificate.
Método público GetType (Herdado de Object.)
Método público MakeCertObject Infraestrutura. Creates a certificate object.
Método público OpenAssembly Infraestrutura. Opens the helper assembly.
Método público SignDocument Infraestrutura. Signs the document associated with the helper.
Método público ToString (Herdado de Object.)
Método público VerifyDocument Infraestrutura. Verifies the document associated with the helper.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime