Поделиться через


Элементы ScriptComponentHost

Этот API-интерфейс поддерживается в инфраструктуре .NET Framework и не предназначается для использования непосредственно из программного кода.

Тип ScriptComponentHost предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ScriptComponentHost Инфраструктура.

В начало

Методы

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

В начало

Свойства

  Имя Описание
Открытое свойство BufferManager Gets the IDTSBufferManager100 of the pipeline component. (Наследуется из PipelineComponent.)
Открытое свойство ComponentMetaData Gets the IDTSComponentMetaData100 for a component. (Наследуется из 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. (Наследуется из PipelineComponent.)
Открытое свойство EventInfos Gets the IDTSEventInfos100 collection of the PipelineComponent object. (Наследуется из PipelineComponent.)
Открытое свойство LogEntryInfos Gets an IDTSLogEntryInfos100 collection of logging events that the component has registered. (Наследуется из PipelineComponent.)
Открытое свойство ReferenceTracker Gets the IDTSObjectReferenceTracker100 associated with the component. (Наследуется из PipelineComponent.)
Открытое свойство VariableDispenser Gets the IDTSVariableDispenser100 of the data flow component. (Наследуется из PipelineComponent.)

В начало