IDTSPipeline100 接口

Defines the methods and properties implemented by the data flow task.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
<GuidAttribute("89CEBA86-EC51-4C62-A2D3-E9AA4FC28900")> _
Public Interface IDTSPipeline100 _
    Inherits IDTSObjectModel100
用法
Dim instance As IDTSPipeline100
[GuidAttribute("89CEBA86-EC51-4C62-A2D3-E9AA4FC28900")]
public interface IDTSPipeline100 : IDTSObjectModel100
[GuidAttribute(L"89CEBA86-EC51-4C62-A2D3-E9AA4FC28900")]
public interface class IDTSPipeline100 : IDTSObjectModel100
[<GuidAttribute("89CEBA86-EC51-4C62-A2D3-E9AA4FC28900")>]
type IDTSPipeline100 =  
    interface
        interface IDTSObjectModel100
    end
public interface IDTSPipeline100 extends IDTSObjectModel100

IDTSPipeline100 类型公开以下成员。

属性

  名称 说明
公共属性 AutoGenerateIDForNewObjects 基础结构。 (从 IDTSObjectModel100 继承。)
公共属性 AutoGenerateIDForNewObjects Gets or sets a value that specifies whether the data flow automatically generates and sets the ID property for newly created objects.
公共属性 BLOBTempStoragePath Gets or sets a value that specifies the file system location where Binary Large Objects (BLOBs) are temporarily written to disk.
公共属性 BufferManager Gets the IDTSBufferManager100 object.
公共属性 BufferTempStoragePath Gets or sets the file system path used to temporarily cache buffer data.
公共属性 ComponentMetaDataCollection 基础结构。 (从 IDTSObjectModel100 继承。)
公共属性 ComponentMetaDataCollection Gets the collection of data flow components in the task.
公共属性 DefaultBufferMaxRows Gets or sets the maximum number of rows the task allows in an IDTSBuffer100 buffer.
公共属性 DefaultBufferSize Gets or sets the default size of the IDTSBuffer100 objects created by the task.
公共属性 EngineThreads Gets or sets the number of threads the data flow task uses.
公共属性 Events Sets the events interface that the data flow and its components use to raise events during execution.
公共属性 PathCollection 基础结构。 (从 IDTSObjectModel100 继承。)
公共属性 PathCollection Gets the IDTSPathCollection100 collection for the data flow task.
公共属性 PersistenceCustomPropertyCollection Gets the collection of custom properties that have the specified persistence format.
公共属性 RunInOptimizedMode Gets or sets a value that specifies whether the data flow task runs in optimized mode.
公共属性 VariableDispenser Sets the IDTSVariableDispenser100 used to lock variables in the package for reading and writing.

页首

方法

  名称 说明
公共方法 GetNextPasteID Gets the next available ID that the data flow task generates.
公共方法 GetObjectByID(Int32) 基础结构。 (从 IDTSObjectModel100 继承。)
公共方法 GetObjectByID(Int32) Retrieves an object contained in the data flow task by using the ID of the object.
公共方法 New() () () () 基础结构。 (从 IDTSObjectModel100 继承。)
公共方法 New() () () () 基础结构。

页首

注释

The MainPipeClass implements the properties and methods defined in this interface and represents the Data Flow Task.