ScriptComponentHost Miembros
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
El tipo ScriptComponentHost expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
AcquireConnections | Infraestructura. (Invalida PipelineComponent. . :: . .AcquireConnections(Object).) | |
AddErrorOutput | Adds an IDTSOutput100 object and marks it as an error output by setting the IsErrorOut property to true. (Se hereda de PipelineComponent). | |
Cleanup | Frees resources and finishes the execution of the component. (Se hereda de PipelineComponent). | |
CloseIDE | Infraestructura. | |
DeleteExternalMetadataColumn | Deletes the external metadata column at the specified index from the collection of external metadata columns. (Se hereda de PipelineComponent). | |
DeleteInput | Deletes an IDTSInput100 object from the IDTSInputCollection100 collection. (Se hereda de PipelineComponent). | |
DeleteOutput | Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection. (Se hereda de PipelineComponent). | |
DeleteOutputColumn | Deletes an IDTSOutputColumn100 object from the IDTSOutputColumnCollection100 collection. (Se hereda de PipelineComponent). | |
DescribeRedirectedErrorCode | Provides error code information for a PipelineBuffer row added to an output buffer. (Se hereda de PipelineComponent). | |
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
GetBinaryCode | Infraestructura. | |
GetErrorOutputInfo | Returns the index and ID of the error output of the component. (Se hereda de PipelineComponent). | |
GetHashCode | (Se hereda de Object). | |
GetType | (Se hereda de Object). | |
GetUniqueVSTAProjectName | Infraestructura. | |
Initialize | When overridden in a derived class, initializes a new instance of a custom data flow component. (Se hereda de PipelineComponent). | |
InsertExternalMetadataColumnAt | Inserts a new external metadata column into the collection of external metadata columns at the specified index. (Se hereda de PipelineComponent). | |
InsertInput | Infraestructura. (Invalida PipelineComponent. . :: . .InsertInput(DTSInsertPlacement, Int32).) | |
InsertOutput | Infraestructura. (Invalida PipelineComponent. . :: . .InsertOutput(DTSInsertPlacement, Int32).) | |
InsertOutputColumnAt | Infraestructura. (Invalida PipelineComponent. . :: . .InsertOutputColumnAt(Int32, Int32, String, String).) | |
LoadScriptFromComponent | Infraestructura. | |
MapInputColumn | Establishes a relationship between an input column and a corresponding external metadata column. (Se hereda de PipelineComponent). | |
MapOutputColumn | Establishes a relationship between an output column and a corresponding external metadata column. (Se hereda de PipelineComponent). | |
MemberwiseClone | (Se hereda de Object). | |
OnDeletingInputColumn | Deletes an IDTSInputColumn100 object from the IDTSInputColumnCollection100. (Se hereda de PipelineComponent). | |
OnInputPathAttached | Called when an IDTSInput100 object is connected to the component through the IDTSPath100 interface. (Se hereda de PipelineComponent). | |
OnInputPathDetached | Called when an IDTSInput100 object is disconnected from the component through the IDTSPath100 interface. (Se hereda de PipelineComponent). | |
OnOutputPathAttached | Called when an IDTSOutput100 object of the component is attached to a downstream component. (Se hereda de PipelineComponent). | |
PerformUpgrade | Infraestructura. (Invalida PipelineComponent. . :: . .PerformUpgrade(Int32).) | |
PostExecute | Infraestructura. (Invalida PipelineComponent. . :: . .PostExecute() () () ().) | |
PreExecute | Infraestructura. (Invalida PipelineComponent. . :: . .PreExecute() () () ().) | |
PrepareForExecute | Called before PreExecute. (Se hereda de PipelineComponent). | |
PrimeOutput | Infraestructura. (Invalida PipelineComponent. . :: . .PrimeOutput(Int32, array<Int32> [] () [] [], array<PipelineBuffer> [] () [] []).) | |
ProcessInput | Infraestructura. (Invalida PipelineComponent. . :: . .ProcessInput(Int32, PipelineBuffer).) | |
ProvideComponentProperties | Infraestructura. (Invalida PipelineComponent. . :: . .ProvideComponentProperties() () () ().) | |
PutBinaryCode | Infraestructura. | |
PutSourceCode | Infraestructura. | |
RegisterEvents | When you are developing a custom data flow component, you override this method to create custom events. (Se hereda de PipelineComponent). | |
RegisterLogEntries | Infraestructura. (Invalida PipelineComponent. . :: . .RegisterLogEntries() () () ().) | |
ReinitializeMetaData | Repairs any errors identified during validation that cause the component to return VS_NEEDSNEWMETADATA at design time. (Se hereda de PipelineComponent). | |
ReleaseConnections | Infraestructura. (Invalida PipelineComponent. . :: . .ReleaseConnections() () () ().) | |
RemoveAllInputsOutputsAndCustomProperties | Deletes each IDTSInput100 and IDTSOutput100 object from the component. (Se hereda de PipelineComponent). | |
SetComponentProperty | Infraestructura. (Invalida PipelineComponent. . :: . .SetComponentProperty(String, Object).) | |
SetExternalMetadataColumnDataTypeProperties | Sets the data type properties of the specified external metadata column. (Se hereda de PipelineComponent). | |
SetExternalMetadataColumnProperty | Sets an individual property of an external metadata column. (Se hereda de PipelineComponent). | |
SetInputColumnProperty | Assigns a value to the IDTSCustomProperty100 of an IDTSInputColumn100 object. (Se hereda de PipelineComponent). | |
SetInputProperty | Assigns a value to the IDTSCustomProperty100 of an IDTSInput100 object. (Se hereda de PipelineComponent). | |
SetOutputColumnDataTypeProperties | Infraestructura. (Invalida PipelineComponent. . :: . .SetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32).) | |
SetOutputColumnProperty | Sets the value of an IDTSCustomProperty100 for an IDTSOutputColumn100 object. (Se hereda de PipelineComponent). | |
SetOutputProperty | Sets the value of an IDTSCustomProperty100 on an IDTSOutput100 object. (Se hereda de PipelineComponent). | |
SetUsageType | Creates an IDTSInputColumn100 object in the IDTSInputColumnCollection100 of the component and sets the UsageType property of the column. (Se hereda de PipelineComponent). | |
ShowIDE | Infraestructura. | |
ToString | (Se hereda de Object). | |
Validate | Infraestructura. (Invalida PipelineComponent. . :: . .Validate() () () ().) |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
BufferManager | Gets the IDTSBufferManager100 of the pipeline component. (Se hereda de PipelineComponent). | |
ComponentMetaData | Gets the IDTSComponentMetaData100 for a component. (Se hereda de PipelineComponent). | |
ErrorSupport | Returns an ErrorSupport object that lets the component raise errors, warnings, or other information events based on HRESULTs returned by Integration Services components written in native code. (Se hereda de PipelineComponent). | |
EventInfos | Gets the IDTSEventInfos100 collection of the PipelineComponent object. (Se hereda de PipelineComponent). | |
LogEntryInfos | Gets an IDTSLogEntryInfos100 collection of logging events that the component has registered. (Se hereda de PipelineComponent). | |
ReferenceTracker | Gets the IDTSObjectReferenceTracker100 associated with the component. (Se hereda de PipelineComponent). | |
VariableDispenser | Gets the IDTSVariableDispenser100 of the data flow component. (Se hereda de PipelineComponent). |
Principio
Vea también