Freigeben über


IDTSManagedHelper100-Schnittstelle

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

Specifies an interface of the managed helper.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("AAA82BEC-5506-450D-8F7D-3E5E495AF69D")> _
Public Interface IDTSManagedHelper100
'Usage
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

Der IDTSManagedHelper100-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode CloseManagedConnection Infrastruktur Closes the specified connection.
Öffentliche Methode DecryptDocument Infrastruktur Decrypts the specified document.
Öffentliche Methode EncryptDocument Infrastruktur Encrypts a specified document.
Öffentliche Methode GetManagedConnection Infrastruktur Returns a managed connection.
Öffentliche Methode GetNextManagedInfo Infrastruktur Indicates whether the connection gets the next managed information.
Öffentliche Methode GetRawCertData Infrastruktur Returns the raw data for the certificate.
Öffentliche Methode MakeCertObject Infrastruktur Creates a certificate object.
Öffentliche Methode OpenAssembly Infrastruktur Opens an assembly.
Öffentliche Methode SignDocument Infrastruktur Signs the document associated with the helper.
Öffentliche Methode VerifyDocument Infrastruktur Indicates whether the document is verified.

Zum Anfang

Hinweise

For more information, see ManagedHelper.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace