Interface IDTSManagedHelper100
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Specifies an interface of the managed helper.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("AAA82BEC-5506-450D-8F7D-3E5E495AF69D")> _
Public Interface IDTSManagedHelper100
'Utilisation
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
Le type IDTSManagedHelper100 expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
![]() |
CloseManagedConnection | Infrastructure. Closes the specified connection. |
![]() |
DecryptDocument | Infrastructure. Decrypts the specified document. |
![]() |
EncryptDocument | Infrastructure. Encrypts a specified document. |
![]() |
GetManagedConnection | Infrastructure. Returns a managed connection. |
![]() |
GetNextManagedInfo | Infrastructure. Indicates whether the connection gets the next managed information. |
![]() |
GetRawCertData | Infrastructure. Returns the raw data for the certificate. |
![]() |
MakeCertObject | Infrastructure. Creates a certificate object. |
![]() |
OpenAssembly | Infrastructure. Opens an assembly. |
![]() |
SignDocument | Infrastructure. Signs the document associated with the helper. |
![]() |
VerifyDocument | Infrastructure. Indicates whether the document is verified. |
Haut de la page
Notes
For more information, see ManagedHelper.