Compartir a través de


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.

Constructores

  Nombre Descripción
Método publico ScriptComponentHost Infraestructura.

Principio

Métodos

  Nombre Descripción
Método publico AcquireConnections Infraestructura. (Invalida PipelineComponent. . :: . .AcquireConnections(Object).)
Método publico AddErrorOutput Adds an IDTSOutput100 object and marks it as an error output by setting the IsErrorOut property to true. (Se hereda de PipelineComponent).
Método publico Cleanup Frees resources and finishes the execution of the component. (Se hereda de PipelineComponent).
Método publico CloseIDE Infraestructura.
Método publico DeleteExternalMetadataColumn Deletes the external metadata column at the specified index from the collection of external metadata columns. (Se hereda de PipelineComponent).
Método publico DeleteInput Deletes an IDTSInput100 object from the IDTSInputCollection100 collection. (Se hereda de PipelineComponent).
Método publico DeleteOutput Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection. (Se hereda de PipelineComponent).
Método publico DeleteOutputColumn Deletes an IDTSOutputColumn100 object from the IDTSOutputColumnCollection100 collection. (Se hereda de PipelineComponent).
Método publico DescribeRedirectedErrorCode Provides error code information for a PipelineBuffer row added to an output buffer. (Se hereda de PipelineComponent).
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetBinaryCode Infraestructura.
Método publico GetErrorOutputInfo Returns the index and ID of the error output of the component. (Se hereda de PipelineComponent).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método publico GetUniqueVSTAProjectName Infraestructura.
Método publico Initialize When overridden in a derived class, initializes a new instance of a custom data flow component. (Se hereda de PipelineComponent).
Método publico InsertExternalMetadataColumnAt Inserts a new external metadata column into the collection of external metadata columns at the specified index. (Se hereda de PipelineComponent).
Método publico InsertInput Infraestructura. (Invalida PipelineComponent. . :: . .InsertInput(DTSInsertPlacement, Int32).)
Método publico InsertOutput Infraestructura. (Invalida PipelineComponent. . :: . .InsertOutput(DTSInsertPlacement, Int32).)
Método publico InsertOutputColumnAt Infraestructura. (Invalida PipelineComponent. . :: . .InsertOutputColumnAt(Int32, Int32, String, String).)
Método publico LoadScriptFromComponent Infraestructura.
Método publico MapInputColumn Establishes a relationship between an input column and a corresponding external metadata column. (Se hereda de PipelineComponent).
Método publico MapOutputColumn Establishes a relationship between an output column and a corresponding external metadata column. (Se hereda de PipelineComponent).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico OnDeletingInputColumn Deletes an IDTSInputColumn100 object from the IDTSInputColumnCollection100. (Se hereda de PipelineComponent).
Método publico OnInputPathAttached Called when an IDTSInput100 object is connected to the component through the IDTSPath100 interface. (Se hereda de PipelineComponent).
Método publico OnInputPathDetached Called when an IDTSInput100 object is disconnected from the component through the IDTSPath100 interface. (Se hereda de PipelineComponent).
Método publico OnOutputPathAttached Called when an IDTSOutput100 object of the component is attached to a downstream component. (Se hereda de PipelineComponent).
Método publico PerformUpgrade Infraestructura. (Invalida PipelineComponent. . :: . .PerformUpgrade(Int32).)
Método publico PostExecute Infraestructura. (Invalida PipelineComponent. . :: . .PostExecute() () () ().)
Método publico PreExecute Infraestructura. (Invalida PipelineComponent. . :: . .PreExecute() () () ().)
Método publico PrepareForExecute Called before PreExecute. (Se hereda de PipelineComponent).
Método publico PrimeOutput Infraestructura. (Invalida PipelineComponent. . :: . .PrimeOutput(Int32, array<Int32> [] () [] [], array<PipelineBuffer> [] () [] []).)
Método publico ProcessInput Infraestructura. (Invalida PipelineComponent. . :: . .ProcessInput(Int32, PipelineBuffer).)
Método publico ProvideComponentProperties Infraestructura. (Invalida PipelineComponent. . :: . .ProvideComponentProperties() () () ().)
Método publico PutBinaryCode Infraestructura.
Método publico PutSourceCode Infraestructura.
Método publico RegisterEvents When you are developing a custom data flow component, you override this method to create custom events. (Se hereda de PipelineComponent).
Método publico RegisterLogEntries Infraestructura. (Invalida PipelineComponent. . :: . .RegisterLogEntries() () () ().)
Método publico ReinitializeMetaData Repairs any errors identified during validation that cause the component to return VS_NEEDSNEWMETADATA at design time. (Se hereda de PipelineComponent).
Método publico ReleaseConnections Infraestructura. (Invalida PipelineComponent. . :: . .ReleaseConnections() () () ().)
Método publico RemoveAllInputsOutputsAndCustomProperties Deletes each IDTSInput100 and IDTSOutput100 object from the component. (Se hereda de PipelineComponent).
Método publico SetComponentProperty Infraestructura. (Invalida PipelineComponent. . :: . .SetComponentProperty(String, Object).)
Método publico SetExternalMetadataColumnDataTypeProperties Sets the data type properties of the specified external metadata column. (Se hereda de PipelineComponent).
Método publico SetExternalMetadataColumnProperty Sets an individual property of an external metadata column. (Se hereda de PipelineComponent).
Método publico SetInputColumnProperty Assigns a value to the IDTSCustomProperty100 of an IDTSInputColumn100 object. (Se hereda de PipelineComponent).
Método publico SetInputProperty Assigns a value to the IDTSCustomProperty100 of an IDTSInput100 object. (Se hereda de PipelineComponent).
Método publico SetOutputColumnDataTypeProperties Infraestructura. (Invalida PipelineComponent. . :: . .SetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32).)
Método publico SetOutputColumnProperty Sets the value of an IDTSCustomProperty100 for an IDTSOutputColumn100 object. (Se hereda de PipelineComponent).
Método publico SetOutputProperty Sets the value of an IDTSCustomProperty100 on an IDTSOutput100 object. (Se hereda de PipelineComponent).
Método publico SetUsageType Creates an IDTSInputColumn100 object in the IDTSInputColumnCollection100 of the component and sets the UsageType property of the column. (Se hereda de PipelineComponent).
Método publico ShowIDE Infraestructura.
Método publico ToString (Se hereda de Object).
Método publico Validate Infraestructura. (Invalida PipelineComponent. . :: . .Validate() () () ().)

Principio

Propiedades

  Nombre Descripción
Propiedad pública BufferManager Gets the IDTSBufferManager100 of the pipeline component. (Se hereda de PipelineComponent).
Propiedad pública ComponentMetaData Gets the IDTSComponentMetaData100 for a component. (Se hereda de PipelineComponent).
Propiedad pública 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).
Propiedad pública EventInfos Gets the IDTSEventInfos100 collection of the PipelineComponent object. (Se hereda de PipelineComponent).
Propiedad pública LogEntryInfos Gets an IDTSLogEntryInfos100 collection of logging events that the component has registered. (Se hereda de PipelineComponent).
Propiedad pública ReferenceTracker Gets the IDTSObjectReferenceTracker100 associated with the component. (Se hereda de PipelineComponent).
Propiedad pública VariableDispenser Gets the IDTSVariableDispenser100 of the data flow component. (Se hereda de PipelineComponent).

Principio