Поделиться через


Интерфейс 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