IDTSManagedHelper100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see ManagedHelper.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("AACF6B51-1F29-4C99-BC55-CC9DFA126A0C")> _
<InterfaceTypeAttribute()> _
Public Interface IDTSManagedHelper100
'Usage
Dim instance As IDTSManagedHelper100
[GuidAttribute("AACF6B51-1F29-4C99-BC55-CC9DFA126A0C")]
[InterfaceTypeAttribute()]
public interface IDTSManagedHelper100
[GuidAttribute(L"AACF6B51-1F29-4C99-BC55-CC9DFA126A0C")]
[InterfaceTypeAttribute()]
public interface class IDTSManagedHelper100
[<GuidAttribute("AACF6B51-1F29-4C99-BC55-CC9DFA126A0C")>]
[<InterfaceTypeAttribute()>]
type IDTSManagedHelper100 =  interface end
public interface IDTSManagedHelper100

The IDTSManagedHelper100 type exposes the following members.

Methods

  Name Description
Public method CloseManagedConnection Infrastructure. For more information, see ManagedHelper.
Public method DecryptDocument Infrastructure. For more information, see ManagedHelper.
Public method EncryptDocument Infrastructure. For more information, see ManagedHelper.
Public method GetManagedConnection Infrastructure. For more information, see ManagedHelper.
Public method GetNextManagedInfo Infrastructure. For more information, see ManagedHelper.
Public method GetRawCertData Infrastructure. For more information, see ManagedHelper.
Public method MakeCertObject Infrastructure. For more information, see ManagedHelper.
Public method OpenAssembly Infrastructure. For more information, see ManagedHelper.
Public method SignDocument Infrastructure. For more information, see ManagedHelper.
Public method VerifyDocument Infrastructure. For more information, see ManagedHelper.

Top