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


Интерфейс 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("410E91E9-2C45-487A-851A-5B3DFE747329")> _
Public Interface IDTSPipeline100 _
    Inherits IDTSObjectModel100
'Применение
Dim instance As IDTSPipeline100
[GuidAttribute("410E91E9-2C45-487A-851A-5B3DFE747329")]
public interface IDTSPipeline100 : IDTSObjectModel100
[GuidAttribute(L"410E91E9-2C45-487A-851A-5B3DFE747329")]
public interface class IDTSPipeline100 : IDTSObjectModel100
[<GuidAttribute("410E91E9-2C45-487A-851A-5B3DFE747329")>]
type IDTSPipeline100 =  
    interface 
        interface IDTSObjectModel100 
    end
public interface IDTSPipeline100 extends IDTSObjectModel100

Тип IDTSPipeline100 обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство 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 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.
Открытое свойство EnableCacheUpdate Инфраструктура. Gets or sets whether the IDTSPipeline100 enabled the updating of cache.
Открытое свойство EnableDisconnectedColumns Gets or sets a value that indicates whether the data flow task enables the disconnected columns in the main pipe.
Открытое свойство 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.
Открытое свойство IsSavingXml Инфраструктура. Gets or sets whether the IDTSPipeline100 is saving xml.
Открытое свойство 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 Retrieves an object contained in the data flow task by using the ID of the object.
Открытый метод New Инфраструктура. Specifies a new instance of IDTSPipeline100 class.
Открытый метод UpdateCacheOnInputColumns Инфраструктура. Updates the cache on input column of IDTSPipeline100.

В начало

Замечания

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

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper