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 | |
---|---|---|
CloseManagedConnection | Infrastruttura. Closes the specified connection. | |
DecryptDocument | Infrastruttura. Decrypts the specified document. | |
EncryptDocument | Infrastruttura. Encrypts a specified document. | |
GetManagedConnection | Infrastruttura. Returns a managed connection. | |
GetNextManagedInfo | Infrastruttura. Indicates whether the connection gets the next managed information. | |
GetRawCertData | Infrastruttura. Returns the raw data for the certificate. | |
MakeCertObject | Infrastruttura. Creates a certificate object. | |
OpenAssembly | Infrastruttura. Opens an assembly. | |
SignDocument | Infrastruttura. Signs the document associated with the helper. | |
VerifyDocument | Infrastruttura. Indicates whether the document is verified. |
In alto
Osservazioni
For more information, see ManagedHelper.