Condividi tramite


IDTSManagedComponentHost100 Interfaccia

Definizione

Contiene gli host per gli oggetti IDTSManagedComponent100.

public interface class IDTSManagedComponentHost100
[System.Runtime.InteropServices.Guid("83B3A876-D0FF-43D3-88BE-10D6BD470CBE")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSManagedComponentHost100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("FF18D832-1AD8-4EBF-8C60-84C88B350B59")]
public interface IDTSManagedComponentHost100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("473422E1-95D4-4076-8429-D9BA5440A86F")]
public interface IDTSManagedComponentHost100
[<System.Runtime.InteropServices.Guid("83B3A876-D0FF-43D3-88BE-10D6BD470CBE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponentHost100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("FF18D832-1AD8-4EBF-8C60-84C88B350B59")>]
type IDTSManagedComponentHost100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("473422E1-95D4-4076-8429-D9BA5440A86F")>]
type IDTSManagedComponentHost100 = interface
Public Interface IDTSManagedComponentHost100
Derivato
Attributi

Proprietà

HostBufferManager

Imposta l'istanza di Gestione buffer dell'host.

HostComponentMetaData

Imposta l'istanza dei metadati dei componenti dell'host.

HostEventInfos

Imposta l'istanza delle informazioni evento dell'host.

HostLogEntryInfos

Imposta l'istanza delle informazioni sulle voci di log dell'host.

HostReferenceTracker

Imposta l'istanza della registrazione dei riferimenti dell'host.

HostVariableDispenser

Imposta l'istanza del dispenser delle variabili dell'host.

Metodi

HostAcquireConnections(IDTSManagedComponentWrapper100, Object)

Acquisisce connessioni host.

HostCheckAndPerformUpgrade(IDTSManagedComponentWrapper100, Int32)

Controlla l'host ed esegue un aggiornamento.

HostCleanup(IDTSManagedComponentWrapper100)

Esegue una pulizia dell'host.

HostDeleteExternalMetadataColumn(IDTSManagedComponentWrapper100, Int32, Int32)

Elimina la colonna dei metadati esterni dell'host.

HostDeleteInput(IDTSManagedComponentWrapper100, Int32)

Elimina l'input associato all'host.

HostDeleteOutput(IDTSManagedComponentWrapper100, Int32)

Elimina l'output associato all'host.

HostDeleteOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32)

Elimina la colonna di output dell'host.

HostDescribeRedirectedErrorCode(IDTSManagedComponentWrapper100, Int32)

Descrive i codici di errore reindirizzati per l'host.

HostInsertExternalMetadataColumnAt(IDTSManagedComponentWrapper100, Int32, Int32, String, String)

Inserisce la colonna dei metadati dell'host in corrispondenza di un indice.

HostInsertInput(IDTSManagedComponentWrapper100, DTSInsertPlacement, Int32)

Inserisce l'input dell'host.

HostInsertOutput(IDTSManagedComponentWrapper100, DTSInsertPlacement, Int32)

Inserisce l'output dell'host.

HostInsertOutputColumnAt(IDTSManagedComponentWrapper100, Int32, Int32, String, String)

Inserisce la colonna di output dell'host in corrispondenza di un indice.

HostMapInputColumn(IDTSManagedComponentWrapper100, Int32, Int32, Int32)

Individua la colonna di input dell'host.

HostMapOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32, Int32, Boolean)

Individua la colonna di output dell'host.

HostOnDeletingInputColumn(IDTSManagedComponentWrapper100, Int32, Int32)

Rappresenta un evento quando l'host elimina la colonna di input.

HostOnInputPathAttached(IDTSManagedComponentWrapper100, Int32)

Rappresenta un evento quando l'host collega il percorso di input.

HostOnInputPathDetached(IDTSManagedComponentWrapper100, Int32)

Rappresenta un evento quando l'host scollega il percorso di input.

HostOnOutputPathAttached(IDTSManagedComponentWrapper100, Int32)

Rappresenta un evento quando l'host collega il percorso di output.

HostPostExecute(IDTSManagedComponentWrapper100)

Specifica l'host dopo l'esecuzione.

HostPreExecute(IDTSManagedComponentWrapper100)

Specifica l'host prima dell'esecuzione.

HostPrepareForExecute(IDTSManagedComponentWrapper100)

Prepara l'host per l'esecuzione.

HostPrimeOutput(IDTSManagedComponentWrapper100, Int32, Int32[], IDTSBuffer100[], IntPtr)

Rappresenta l'output principale dell'host.

HostProcessInput(IDTSManagedComponentWrapper100, Int32, IDTSBuffer100, IntPtr)

Rappresenta l'input principale dell'host.

HostProvideComponentProperties(IDTSManagedComponentWrapper100)

Fornisce le proprietà dei componenti per l'host.

HostReinitializeMetaData(IDTSManagedComponentWrapper100)

Reinizializza i metadati dell'host.

HostReleaseConnections(IDTSManagedComponentWrapper100)

Rilascia la connessione host.

HostSetComponentProperty(IDTSManagedComponentWrapper100, String, Object)

Imposta la proprietà del componente dell'host.

HostSetExternalMetadataColumnDataTypeProperties(IDTSManagedComponentWrapper100, Int32, Int32, DataType, Int32, Int32, Int32, Int32)

Imposta le proprietà del tipo di dati della colonna dei metadati esterni dell'host.

HostSetExternalMetadataColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object)

Imposta la proprietà della colonna dei metadati esterni dell'host.

HostSetInputColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object)

Imposta la proprietà della colonna di input dell'host.

HostSetInputProperty(IDTSManagedComponentWrapper100, Int32, String, Object)

Imposta la proprietà di input dell'host.

HostSetOutputColumnDataTypeProperties(IDTSManagedComponentWrapper100, Int32, Int32, DataType, Int32, Int32, Int32, Int32)

Imposta le proprietà del tipo di dati della colonna di output dell'host.

HostSetOutputColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object)

Imposta la proprietà della colonna di output dell'host.

HostSetOutputProperty(IDTSManagedComponentWrapper100, Int32, String, Object)

Imposta la proprietà di output dell'host.

HostSetUsageType(IDTSManagedComponentWrapper100, Int32, IDTSVirtualInput100, Int32, DTSUsageType)

Imposta il tipo di utilizzo dell'host.

HostValidate(IDTSManagedComponentWrapper100)

Convalida l'host.

Instantiate(String, IDTSComponentMetaData100, IDTSVariableDispenser100, IDTSBufferManager100, IDTSEventInfos100, IDTSObjectReferenceTracker100, IDTSLogEntryInfos100, DTSProductLevel)

Crea un'istanza dell'oggetto IDTSManagedComponentHost100.

Si applica a