Freigeben über


ManagedHelper-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents the managed helper.

Diese API ist nicht mit CLS kompatibel. 

Vererbungshierarchie

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

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

Syntax

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

Der ManagedHelper-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ManagedHelper Infrastruktur Initializes a new instance of the ManagedHelper class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CloseManagedConnection Infrastruktur Closes the connection.
Öffentliche Methode DecryptDocument Infrastruktur Decrypts the password protected document.
Öffentliche Methode EncryptDocument Infrastruktur Encrypts the document.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetManagedConnection Infrastruktur Gets the managed connection for the helper.
Öffentliche Methode GetNextManagedInfo Infrastruktur Gets the next managed information.
Öffentliche Methode GetRawCertData Infrastruktur Gets the raw certificate.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode MakeCertObject Infrastruktur Creates a certificate object.
Öffentliche Methode OpenAssembly Infrastruktur Opens the helper assembly.
Öffentliche Methode SignDocument Infrastruktur Signs the document associated with the helper.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode VerifyDocument Infrastruktur Verifies the document associated with the helper.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime-Namespace