IDTSManagedHelper100 接口

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

For more information, see ManagedHelper.

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

语法

声明
<GuidAttribute("AACF6B51-1F29-4C99-BC55-CC9DFA126A0C")> _
<InterfaceTypeAttribute()> _
Public Interface IDTSManagedHelper100
用法
Dim instance As IDTSManagedHelper100
[GuidAttribute("AACF6B51-1F29-4C99-BC55-CC9DFA126A0C")]
[InterfaceTypeAttribute()]
public interface IDTSManagedHelper100
[GuidAttribute(L"AACF6B51-1F29-4C99-BC55-CC9DFA126A0C")]
[InterfaceTypeAttribute()]
public interface class IDTSManagedHelper100
[<GuidAttribute("AACF6B51-1F29-4C99-BC55-CC9DFA126A0C")>]
[<InterfaceTypeAttribute()>]
type IDTSManagedHelper100 =  interface end
public interface IDTSManagedHelper100

IDTSManagedHelper100 类型公开以下成员。

方法

  名称 说明
公共方法 CloseManagedConnection 基础结构。For more information, see ManagedHelper.
公共方法 DecryptDocument 基础结构。For more information, see ManagedHelper.
公共方法 EncryptDocument 基础结构。For more information, see ManagedHelper.
公共方法 GetManagedConnection 基础结构。For more information, see ManagedHelper.
公共方法 GetNextManagedInfo 基础结构。For more information, see ManagedHelper.
公共方法 GetRawCertData 基础结构。For more information, see ManagedHelper.
公共方法 MakeCertObject 基础结构。For more information, see ManagedHelper.
公共方法 OpenAssembly 基础结构。For more information, see ManagedHelper.
公共方法 SignDocument 基础结构。For more information, see ManagedHelper.
公共方法 VerifyDocument 基础结构。For more information, see ManagedHelper.

页首