Interface IDTSManagedHelper100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Specifies an interface of the managed helper.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("AAA82BEC-5506-450D-8F7D-3E5E495AF69D")> _
Public Interface IDTSManagedHelper100
'Uso
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
O tipo IDTSManagedHelper100 expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
CloseManagedConnection | Infraestrutura. Closes the specified connection. | |
DecryptDocument | Infraestrutura. Decrypts the specified document. | |
EncryptDocument | Infraestrutura. Encrypts a specified document. | |
GetManagedConnection | Infraestrutura. Returns a managed connection. | |
GetNextManagedInfo | Infraestrutura. Indicates whether the connection gets the next managed information. | |
GetRawCertData | Infraestrutura. Returns the raw data for the certificate. | |
MakeCertObject | Infraestrutura. Creates a certificate object. | |
OpenAssembly | Infraestrutura. Opens an assembly. | |
SignDocument | Infraestrutura. Signs the document associated with the helper. | |
VerifyDocument | Infraestrutura. Indicates whether the document is verified. |
Início
Comentários
For more information, see ManagedHelper.