ScriptComponentHost-Klasse
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Dts.Pipeline. . :: . .PipelineComponent
Microsoft.SqlServer.Dts.Pipeline..::..ScriptComponentHost
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)
Syntax
'Declaration
Public Class ScriptComponentHost _
Inherits PipelineComponent _
Implements IVSTAScriptComponentUI
'Usage
Dim instance As ScriptComponentHost
public class ScriptComponentHost : PipelineComponent,
IVSTAScriptComponentUI
public ref class ScriptComponentHost : public PipelineComponent,
IVSTAScriptComponentUI
type ScriptComponentHost =
class
inherit PipelineComponent
interface IVSTAScriptComponentUI
end
public class ScriptComponentHost extends PipelineComponent implements IVSTAScriptComponentUI
Der ScriptComponentHost-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
BufferManager | Gets the IDTSBufferManager100 of the pipeline component. (Geerbt von PipelineComponent.) | |
ComponentMetaData | Gets the IDTSComponentMetaData100 for a component. (Geerbt von 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. (Geerbt von PipelineComponent.) | |
EventInfos | Gets the IDTSEventInfos100 collection of the PipelineComponent object. (Geerbt von PipelineComponent.) | |
LogEntryInfos | Gets an IDTSLogEntryInfos100 collection of logging events that the component has registered. (Geerbt von PipelineComponent.) | |
ReferenceTracker | Gets the IDTSObjectReferenceTracker100 associated with the component. (Geerbt von PipelineComponent.) | |
VariableDispenser | Gets the IDTSVariableDispenser100 of the data flow component. (Geerbt von PipelineComponent.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
AcquireConnections | Infrastruktur (Überschreibt PipelineComponent. . :: . .AcquireConnections(Object).) | |
AddErrorOutput | Adds an IDTSOutput100 object and marks it as an error output by setting the IsErrorOut property to true. (Geerbt von PipelineComponent.) | |
Cleanup | Frees resources and finishes the execution of the component. (Geerbt von PipelineComponent.) | |
CloseIDE | Infrastruktur | |
DeleteExternalMetadataColumn | Deletes the external metadata column at the specified index from the collection of external metadata columns. (Geerbt von PipelineComponent.) | |
DeleteInput | Deletes an IDTSInput100 object from the IDTSInputCollection100 collection. (Geerbt von PipelineComponent.) | |
DeleteOutput | Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection. (Geerbt von PipelineComponent.) | |
DeleteOutputColumn | Deletes an IDTSOutputColumn100 object from the IDTSOutputColumnCollection100 collection. (Geerbt von PipelineComponent.) | |
DescribeRedirectedErrorCode | Provides error code information for a PipelineBuffer row added to an output buffer. (Geerbt von PipelineComponent.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBinaryCode | Infrastruktur | |
GetErrorOutputInfo | Returns the index and ID of the error output of the component. (Geerbt von PipelineComponent.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
GetUniqueVSTAProjectName | Infrastruktur | |
Initialize | When overridden in a derived class, initializes a new instance of a custom data flow component. (Geerbt von PipelineComponent.) | |
InsertExternalMetadataColumnAt | Inserts a new external metadata column into the collection of external metadata columns at the specified index. (Geerbt von PipelineComponent.) | |
InsertInput | Infrastruktur (Überschreibt PipelineComponent. . :: . .InsertInput(DTSInsertPlacement, Int32).) | |
InsertOutput | Infrastruktur (Überschreibt PipelineComponent. . :: . .InsertOutput(DTSInsertPlacement, Int32).) | |
InsertOutputColumnAt | Infrastruktur (Überschreibt PipelineComponent. . :: . .InsertOutputColumnAt(Int32, Int32, String, String).) | |
LoadScriptFromComponent | Infrastruktur | |
MapInputColumn | Establishes a relationship between an input column and a corresponding external metadata column. (Geerbt von PipelineComponent.) | |
MapOutputColumn | Establishes a relationship between an output column and a corresponding external metadata column. (Geerbt von PipelineComponent.) | |
MemberwiseClone | (Geerbt von Object.) | |
OnDeletingInputColumn | Deletes an IDTSInputColumn100 object from the IDTSInputColumnCollection100. (Geerbt von PipelineComponent.) | |
OnInputPathAttached | Called when an IDTSInput100 object is connected to the component through the IDTSPath100 interface. (Geerbt von PipelineComponent.) | |
OnInputPathDetached | Called when an IDTSInput100 object is disconnected from the component through the IDTSPath100 interface. (Geerbt von PipelineComponent.) | |
OnOutputPathAttached | Called when an IDTSOutput100 object of the component is attached to a downstream component. (Geerbt von PipelineComponent.) | |
PerformUpgrade | Infrastruktur (Überschreibt PipelineComponent. . :: . .PerformUpgrade(Int32).) | |
PostExecute | Infrastruktur (Überschreibt PipelineComponent. . :: . .PostExecute() () () ().) | |
PreExecute | Infrastruktur (Überschreibt PipelineComponent. . :: . .PreExecute() () () ().) | |
PrepareForExecute | Called before PreExecute. (Geerbt von PipelineComponent.) | |
PrimeOutput | Infrastruktur (Überschreibt PipelineComponent. . :: . .PrimeOutput(Int32, array<Int32> [] () [] [], array<PipelineBuffer> [] () [] []).) | |
ProcessInput | Infrastruktur (Überschreibt PipelineComponent. . :: . .ProcessInput(Int32, PipelineBuffer).) | |
ProvideComponentProperties | Infrastruktur (Überschreibt PipelineComponent. . :: . .ProvideComponentProperties() () () ().) | |
PutBinaryCode | Infrastruktur | |
PutSourceCode | Infrastruktur | |
RegisterEvents | When you are developing a custom data flow component, you override this method to create custom events. (Geerbt von PipelineComponent.) | |
RegisterLogEntries | Infrastruktur (Überschreibt PipelineComponent. . :: . .RegisterLogEntries() () () ().) | |
ReinitializeMetaData | Repairs any errors identified during validation that cause the component to return VS_NEEDSNEWMETADATA at design time. (Geerbt von PipelineComponent.) | |
ReleaseConnections | Infrastruktur (Überschreibt PipelineComponent. . :: . .ReleaseConnections() () () ().) | |
RemoveAllInputsOutputsAndCustomProperties | Deletes each IDTSInput100 and IDTSOutput100 object from the component. (Geerbt von PipelineComponent.) | |
SetComponentProperty | Infrastruktur (Überschreibt PipelineComponent. . :: . .SetComponentProperty(String, Object).) | |
SetExternalMetadataColumnDataTypeProperties | Sets the data type properties of the specified external metadata column. (Geerbt von PipelineComponent.) | |
SetExternalMetadataColumnProperty | Sets an individual property of an external metadata column. (Geerbt von PipelineComponent.) | |
SetInputColumnProperty | Assigns a value to the IDTSCustomProperty100 of an IDTSInputColumn100 object. (Geerbt von PipelineComponent.) | |
SetInputProperty | Assigns a value to the IDTSCustomProperty100 of an IDTSInput100 object. (Geerbt von PipelineComponent.) | |
SetOutputColumnDataTypeProperties | Infrastruktur (Überschreibt PipelineComponent. . :: . .SetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32).) | |
SetOutputColumnProperty | Sets the value of an IDTSCustomProperty100 for an IDTSOutputColumn100 object. (Geerbt von PipelineComponent.) | |
SetOutputProperty | Sets the value of an IDTSCustomProperty100 on an IDTSOutput100 object. (Geerbt von PipelineComponent.) | |
SetUsageType | Creates an IDTSInputColumn100 object in the IDTSInputColumnCollection100 of the component and sets the UsageType property of the column. (Geerbt von PipelineComponent.) | |
ShowIDE | Infrastruktur | |
ToString | (Geerbt von Object.) | |
Validate | Infrastruktur (Überschreibt PipelineComponent. . :: . .Validate() () () ().) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.