语言

IDTSManagedHelper100 接口

定义

指定了托管辅助器的接口。

public interface class IDTSManagedHelper100
[System.Runtime.InteropServices.Guid("48C9D72F-D06D-4F51-AAF3-0A40C7B3FC2B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
public interface IDTSManagedHelper100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
[System.Runtime.InteropServices.Guid("141B0728-E09E-4F01-9E15-06CFC27D71D7")]
public interface IDTSManagedHelper100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
[System.Runtime.InteropServices.Guid("95F32AC3-5928-4DE9-B5DB-82937D2579CD")]
public interface IDTSManagedHelper100
[<System.Runtime.InteropServices.Guid("48C9D72F-D06D-4F51-AAF3-0A40C7B3FC2B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
type IDTSManagedHelper100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
[<System.Runtime.InteropServices.Guid("141B0728-E09E-4F01-9E15-06CFC27D71D7")>]
type IDTSManagedHelper100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
[<System.Runtime.InteropServices.Guid("95F32AC3-5928-4DE9-B5DB-82937D2579CD")>]
type IDTSManagedHelper100 = interface
Public Interface IDTSManagedHelper100
派生
属性

注解

有关详细信息,请参阅 ManagedHelper

方法

名称 说明
CloseManagedConnection(Object)

关闭指定的连接。

DecryptDocument(String, String)

解密指定的文档。

EncryptDocument(String, String)

加密指定的文档。

GetExtensionMappingInfo(DTS_MANAGED_INFO_TYPE, String, DTS_EXTENSION_MAPPING_INFO)

获取扩展映射信息。

GetExtensionMappingInfoByCreationName(String, DTS_EXTENSION_MAPPING_INFO)

通过创建名获取扩展映射信息。

GetManagedConnection(String, String, Object)

返回托管连接。

GetNextManagedInfo(DTS_MANAGED_INFO)

表示连接是否获得下一个托管信息。

GetRawCertData(Object)

返回证书的原始数据。

MakeCertObject(Int64)

创建证书对象。

OpenAssembly(String, DTS_MANAGED_INFO_TYPE)

开启一个集会。

SignDocument(String, Int64, String, Int32, String, Int32)

签署与助手相关的文件。

VerifyDocument(String, Byte[], Byte[])

表示文件是否经过验证。

适用于