IDTSManagedHelper100 Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica uma interface do auxiliar gerenciado.
public interface class IDTSManagedHelper100
[System.Runtime.InteropServices.Guid("48C9D72F-D06D-4F51-AAF3-0A40C7B3FC2B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
public interface IDTSManagedHelper100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
[System.Runtime.InteropServices.Guid("141B0728-E09E-4F01-9E15-06CFC27D71D7")]
public interface IDTSManagedHelper100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
[System.Runtime.InteropServices.Guid("95F32AC3-5928-4DE9-B5DB-82937D2579CD")]
public interface IDTSManagedHelper100
[<System.Runtime.InteropServices.Guid("48C9D72F-D06D-4F51-AAF3-0A40C7B3FC2B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
type IDTSManagedHelper100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
[<System.Runtime.InteropServices.Guid("141B0728-E09E-4F01-9E15-06CFC27D71D7")>]
type IDTSManagedHelper100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
[<System.Runtime.InteropServices.Guid("95F32AC3-5928-4DE9-B5DB-82937D2579CD")>]
type IDTSManagedHelper100 = interface
Public Interface IDTSManagedHelper100
- Derivado
- Atributos
Comentários
Para obter mais informações, consulte ManagedHelper.
Métodos
| CloseManagedConnection(Object) |
Fecha a conexão especificada. |
| DecryptDocument(String, String) |
Descriptografa o documento especificado. |
| EncryptDocument(String, String) |
Criptografa um documento especificado. |
| GetExtensionMappingInfo(DTS_MANAGED_INFO_TYPE, String, DTS_EXTENSION_MAPPING_INFO) |
Obtém as informações de mapeamento de extensão. |
| GetExtensionMappingInfoByCreationName(String, DTS_EXTENSION_MAPPING_INFO) |
Obtém as informações de mapeamento de extensão usando o nome de criação. |
| GetManagedConnection(String, String, Object) |
Retorna uma conexão gerenciada. |
| GetNextManagedInfo(DTS_MANAGED_INFO) |
Indica se a conexão obtém as próximas informações gerenciadas. |
| GetRawCertData(Object) |
Retorna os dados brutos para o certificado. |
| MakeCertObject(Int64) |
Cria um objeto de certificado. |
| OpenAssembly(String, DTS_MANAGED_INFO_TYPE) |
Abre um assembly. |
| SignDocument(String, Int64, String, Int32, String, Int32) |
Assina o documento associado ao auxiliar. |
| VerifyDocument(String, Byte[], Byte[]) |
Indica se o documento é verificado. |