Condividi tramite


Interfaccia IDTSManagedHelper100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies an interface of the managed helper.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("AAA82BEC-5506-450D-8F7D-3E5E495AF69D")> _
Public Interface IDTSManagedHelper100
'Utilizzo
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

Nel tipo IDTSManagedHelper100 sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico CloseManagedConnection Infrastruttura. Closes the specified connection.
Metodo pubblico DecryptDocument Infrastruttura. Decrypts the specified document.
Metodo pubblico EncryptDocument Infrastruttura. Encrypts a specified document.
Metodo pubblico GetManagedConnection Infrastruttura. Returns a managed connection.
Metodo pubblico GetNextManagedInfo Infrastruttura. Indicates whether the connection gets the next managed information.
Metodo pubblico GetRawCertData Infrastruttura. Returns the raw data for the certificate.
Metodo pubblico MakeCertObject Infrastruttura. Creates a certificate object.
Metodo pubblico OpenAssembly Infrastruttura. Opens an assembly.
Metodo pubblico SignDocument Infrastruttura. Signs the document associated with the helper.
Metodo pubblico VerifyDocument Infrastruttura. Indicates whether the document is verified.

In alto

Osservazioni

For more information, see ManagedHelper.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper