Класс 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. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.