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.