Classe ManagedHelper
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the managed helper.
Essa API não é compatível com CLS.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Runtime.ManagedHelper
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
<GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")> _
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ManagedHelper _
Implements IDTSManagedHelper100
'Uso
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
O tipo ManagedHelper expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ManagedHelper | Infraestrutura. Initializes a new instance of the ManagedHelper class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
CloseManagedConnection | Infraestrutura. Closes the connection. | |
DecryptDocument | Infraestrutura. Decrypts the password protected document. | |
EncryptDocument | Infraestrutura. Encrypts the document. | |
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetManagedConnection | Infraestrutura. Gets the managed connection for the helper. | |
GetNextManagedInfo | Infraestrutura. Gets the next managed information. | |
GetRawCertData | Infraestrutura. Gets the raw certificate. | |
GetType | (Herdado de Object.) | |
MakeCertObject | Infraestrutura. Creates a certificate object. | |
OpenAssembly | Infraestrutura. Opens the helper assembly. | |
SignDocument | Infraestrutura. Signs the document associated with the helper. | |
ToString | (Herdado de Object.) | |
VerifyDocument | Infraestrutura. Verifies the document associated with the helper. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.