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.