Membres ScriptComponentHost
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Le type ScriptComponentHost expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
AcquireConnections | Infrastructure. (Se substitue à PipelineComponent. . :: . .AcquireConnections(Object).) | |
AddErrorOutput | Adds an IDTSOutput100 object and marks it as an error output by setting the IsErrorOut property to true. (Hérité de PipelineComponent.) | |
Cleanup | Frees resources and finishes the execution of the component. (Hérité de PipelineComponent.) | |
CloseIDE | Infrastructure. | |
DeleteExternalMetadataColumn | Deletes the external metadata column at the specified index from the collection of external metadata columns. (Hérité de PipelineComponent.) | |
DeleteInput | Deletes an IDTSInput100 object from the IDTSInputCollection100 collection. (Hérité de PipelineComponent.) | |
DeleteOutput | Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection. (Hérité de PipelineComponent.) | |
DeleteOutputColumn | Deletes an IDTSOutputColumn100 object from the IDTSOutputColumnCollection100 collection. (Hérité de PipelineComponent.) | |
DescribeRedirectedErrorCode | Provides error code information for a PipelineBuffer row added to an output buffer. (Hérité de PipelineComponent.) | |
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetBinaryCode | Infrastructure. | |
GetErrorOutputInfo | Returns the index and ID of the error output of the component. (Hérité de PipelineComponent.) | |
GetHashCode | (Hérité de Object.) | |
GetType | (Hérité de Object.) | |
GetUniqueVSTAProjectName | Infrastructure. | |
Initialize | When overridden in a derived class, initializes a new instance of a custom data flow component. (Hérité de PipelineComponent.) | |
InsertExternalMetadataColumnAt | Inserts a new external metadata column into the collection of external metadata columns at the specified index. (Hérité de PipelineComponent.) | |
InsertInput | Infrastructure. (Se substitue à PipelineComponent. . :: . .InsertInput(DTSInsertPlacement, Int32).) | |
InsertOutput | Infrastructure. (Se substitue à PipelineComponent. . :: . .InsertOutput(DTSInsertPlacement, Int32).) | |
InsertOutputColumnAt | Infrastructure. (Se substitue à PipelineComponent. . :: . .InsertOutputColumnAt(Int32, Int32, String, String).) | |
LoadScriptFromComponent | Infrastructure. | |
MapInputColumn | Establishes a relationship between an input column and a corresponding external metadata column. (Hérité de PipelineComponent.) | |
MapOutputColumn | Establishes a relationship between an output column and a corresponding external metadata column. (Hérité de PipelineComponent.) | |
MemberwiseClone | (Hérité de Object.) | |
OnDeletingInputColumn | Deletes an IDTSInputColumn100 object from the IDTSInputColumnCollection100. (Hérité de PipelineComponent.) | |
OnInputPathAttached | Called when an IDTSInput100 object is connected to the component through the IDTSPath100 interface. (Hérité de PipelineComponent.) | |
OnInputPathDetached | Called when an IDTSInput100 object is disconnected from the component through the IDTSPath100 interface. (Hérité de PipelineComponent.) | |
OnOutputPathAttached | Called when an IDTSOutput100 object of the component is attached to a downstream component. (Hérité de PipelineComponent.) | |
PerformUpgrade | Infrastructure. (Se substitue à PipelineComponent. . :: . .PerformUpgrade(Int32).) | |
PostExecute | Infrastructure. (Se substitue à PipelineComponent. . :: . .PostExecute() () () ().) | |
PreExecute | Infrastructure. (Se substitue à PipelineComponent. . :: . .PreExecute() () () ().) | |
PrepareForExecute | Called before PreExecute. (Hérité de PipelineComponent.) | |
PrimeOutput | Infrastructure. (Se substitue à PipelineComponent. . :: . .PrimeOutput(Int32, array<Int32> [] () [] [], array<PipelineBuffer> [] () [] []).) | |
ProcessInput | Infrastructure. (Se substitue à PipelineComponent. . :: . .ProcessInput(Int32, PipelineBuffer).) | |
ProvideComponentProperties | Infrastructure. (Se substitue à PipelineComponent. . :: . .ProvideComponentProperties() () () ().) | |
PutBinaryCode | Infrastructure. | |
PutSourceCode | Infrastructure. | |
RegisterEvents | When you are developing a custom data flow component, you override this method to create custom events. (Hérité de PipelineComponent.) | |
RegisterLogEntries | Infrastructure. (Se substitue à PipelineComponent. . :: . .RegisterLogEntries() () () ().) | |
ReinitializeMetaData | Repairs any errors identified during validation that cause the component to return VS_NEEDSNEWMETADATA at design time. (Hérité de PipelineComponent.) | |
ReleaseConnections | Infrastructure. (Se substitue à PipelineComponent. . :: . .ReleaseConnections() () () ().) | |
RemoveAllInputsOutputsAndCustomProperties | Deletes each IDTSInput100 and IDTSOutput100 object from the component. (Hérité de PipelineComponent.) | |
SetComponentProperty | Infrastructure. (Se substitue à PipelineComponent. . :: . .SetComponentProperty(String, Object).) | |
SetExternalMetadataColumnDataTypeProperties | Sets the data type properties of the specified external metadata column. (Hérité de PipelineComponent.) | |
SetExternalMetadataColumnProperty | Sets an individual property of an external metadata column. (Hérité de PipelineComponent.) | |
SetInputColumnProperty | Assigns a value to the IDTSCustomProperty100 of an IDTSInputColumn100 object. (Hérité de PipelineComponent.) | |
SetInputProperty | Assigns a value to the IDTSCustomProperty100 of an IDTSInput100 object. (Hérité de PipelineComponent.) | |
SetOutputColumnDataTypeProperties | Infrastructure. (Se substitue à PipelineComponent. . :: . .SetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32).) | |
SetOutputColumnProperty | Sets the value of an IDTSCustomProperty100 for an IDTSOutputColumn100 object. (Hérité de PipelineComponent.) | |
SetOutputProperty | Sets the value of an IDTSCustomProperty100 on an IDTSOutput100 object. (Hérité de PipelineComponent.) | |
SetUsageType | Creates an IDTSInputColumn100 object in the IDTSInputColumnCollection100 of the component and sets the UsageType property of the column. (Hérité de PipelineComponent.) | |
ShowIDE | Infrastructure. | |
ToString | (Hérité de Object.) | |
Validate | Infrastructure. (Se substitue à PipelineComponent. . :: . .Validate() () () ().) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
BufferManager | Gets the IDTSBufferManager100 of the pipeline component. (Hérité de PipelineComponent.) | |
ComponentMetaData | Gets the IDTSComponentMetaData100 for a component. (Hérité 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. (Hérité de PipelineComponent.) | |
EventInfos | Gets the IDTSEventInfos100 collection of the PipelineComponent object. (Hérité de PipelineComponent.) | |
LogEntryInfos | Gets an IDTSLogEntryInfos100 collection of logging events that the component has registered. (Hérité de PipelineComponent.) | |
ReferenceTracker | Gets the IDTSObjectReferenceTracker100 associated with the component. (Hérité de PipelineComponent.) | |
VariableDispenser | Gets the IDTSVariableDispenser100 of the data flow component. (Hérité de PipelineComponent.) |
Haut de la page