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 命名空間