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 | |
---|---|---|
CloseManagedConnection | Infrastruktur Closes the specified connection. | |
DecryptDocument | Infrastruktur Decrypts the specified document. | |
EncryptDocument | Infrastruktur Encrypts a specified document. | |
GetManagedConnection | Infrastruktur Returns a managed connection. | |
GetNextManagedInfo | Infrastruktur Indicates whether the connection gets the next managed information. | |
GetRawCertData | Infrastruktur Returns the raw data for the certificate. | |
MakeCertObject | Infrastruktur Creates a certificate object. | |
OpenAssembly | Infrastruktur Opens an assembly. | |
SignDocument | Infrastruktur Signs the document associated with the helper. | |
VerifyDocument | Infrastruktur Indicates whether the document is verified. |
Zum Anfang
Hinweise
For more information, see ManagedHelper.