Clase ManagedHelper
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents the managed helper.
Esta API no es compatible con CLS.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Dts.Runtime.ManagedHelper
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
<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
El tipo ManagedHelper expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ManagedHelper | Infraestructura. Initializes a new instance of the ManagedHelper class. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CloseManagedConnection | Infraestructura. Closes the connection. | |
DecryptDocument | Infraestructura. Decrypts the password protected document. | |
EncryptDocument | Infraestructura. Encrypts the document. | |
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetManagedConnection | Infraestructura. Gets the managed connection for the helper. | |
GetNextManagedInfo | Infraestructura. Gets the next managed information. | |
GetRawCertData | Infraestructura. Gets the raw certificate. | |
GetType | (Se hereda de Object.) | |
MakeCertObject | Infraestructura. Creates a certificate object. | |
OpenAssembly | Infraestructura. Opens the helper assembly. | |
SignDocument | Infraestructura. Signs the document associated with the helper. | |
ToString | (Se hereda de Object.) | |
VerifyDocument | Infraestructura. Verifies the document associated with the helper. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.