共用方式為


ManagedHelper 類別

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Represents the managed helper.

此 API 不符合 CLS 標準。 

繼承階層

System.Object
  Microsoft.SqlServer.Dts.Runtime.ManagedHelper

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
<GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")> _
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ManagedHelper _
    Implements IDTSManagedHelper100
'用途
Dim instance As ManagedHelper
[GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class ManagedHelper : IDTSManagedHelper100
[GuidAttribute(L"EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class ManagedHelper sealed : IDTSManagedHelper100
[<SealedAttribute>]
[<GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type ManagedHelper =  
    class 
        interface IDTSManagedHelper100 
    end
public final class ManagedHelper implements IDTSManagedHelper100

ManagedHelper 型別公開下列成員。

建構函式

  名稱 說明
公用方法 ManagedHelper 基礎結構。Initializes a new instance of the ManagedHelper class.

上層

方法

  名稱 說明
公用方法 CloseManagedConnection 基礎結構。Closes the connection.
公用方法 DecryptDocument 基礎結構。Decrypts the password protected document.
公用方法 EncryptDocument 基礎結構。Encrypts the document.
公用方法 Equals (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetManagedConnection 基礎結構。Gets the managed connection for the helper.
公用方法 GetNextManagedInfo 基礎結構。Gets the next managed information.
公用方法 GetRawCertData 基礎結構。Gets the raw certificate.
公用方法 GetType (繼承自 Object。)
公用方法 MakeCertObject 基礎結構。Creates a certificate object.
公用方法 OpenAssembly 基礎結構。Opens the helper assembly.
公用方法 SignDocument 基礎結構。Signs the document associated with the helper.
公用方法 ToString (繼承自 Object。)
公用方法 VerifyDocument 基礎結構。Verifies the document associated with the helper.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Dts.Runtime 命名空間