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