IDTSManagedHelper100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Specifies an interface of the managed helper.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

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

IDTSManagedHelper100 类型公开以下成员。

方法

  名称 说明
公共方法 CloseManagedConnection 基础结构。Closes the specified connection.
公共方法 DecryptDocument 基础结构。Decrypts the specified document.
公共方法 EncryptDocument 基础结构。Encrypts a specified document.
公共方法 GetManagedConnection 基础结构。Returns a managed connection.
公共方法 GetNextManagedInfo 基础结构。Indicates whether the connection gets the next managed information.
公共方法 GetRawCertData 基础结构。Returns the raw data for the certificate.
公共方法 MakeCertObject 基础结构。Creates a certificate object.
公共方法 OpenAssembly 基础结构。Opens an assembly.
公共方法 SignDocument 基础结构。Signs the document associated with the helper.
公共方法 VerifyDocument 基础结构。Indicates whether the document is verified.

页首

注释

For more information, see ManagedHelper.

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间