Classe ManagedHelper

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents the managed helper.

Questa API non è conforme a CLS. 

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
<GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")> _
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ManagedHelper _
    Implements IDTSManagedHelper100
'Utilizzo
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

Nel tipo ManagedHelper sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ManagedHelper Infrastruttura. Initializes a new instance of the ManagedHelper class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CloseManagedConnection Infrastruttura. Closes the connection.
Metodo pubblico DecryptDocument Infrastruttura. Decrypts the password protected document.
Metodo pubblico EncryptDocument Infrastruttura. Encrypts the document.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetManagedConnection Infrastruttura. Gets the managed connection for the helper.
Metodo pubblico GetNextManagedInfo Infrastruttura. Gets the next managed information.
Metodo pubblico GetRawCertData Infrastruttura. Gets the raw certificate.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico MakeCertObject Infrastruttura. Creates a certificate object.
Metodo pubblico OpenAssembly Infrastruttura. Opens the helper assembly.
Metodo pubblico SignDocument Infrastruttura. Signs the document associated with the helper.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblico VerifyDocument Infrastruttura. Verifies the document associated with the helper.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime