Compartilhar via


Interface IDTSPipeline100

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("89CEBA86-EC51-4C62-A2D3-E9AA4FC28900")> _
Public Interface IDTSPipeline100 _
    Inherits IDTSObjectModel100
'Uso
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

O tipo IDTSPipeline100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública AutoGenerateIDForNewObjects Infraestrutura. (Herdado de IDTSObjectModel100.)
Propriedade pública AutoGenerateIDForNewObjects Gets or sets a value that specifies whether the data flow automatically generates and sets the ID property for newly created objects.
Propriedade pública BLOBTempStoragePath Gets or sets a value that specifies the file system location where Binary Large Objects (BLOBs) are temporarily written to disk.
Propriedade pública BufferManager Gets the IDTSBufferManager100 object.
Propriedade pública BufferTempStoragePath Gets or sets the file system path used to temporarily cache buffer data.
Propriedade pública ComponentMetaDataCollection Infraestrutura. (Herdado de IDTSObjectModel100.)
Propriedade pública ComponentMetaDataCollection Gets the collection of data flow components in the task.
Propriedade pública DefaultBufferMaxRows Gets or sets the maximum number of rows the task allows in an IDTSBuffer100 buffer.
Propriedade pública DefaultBufferSize Gets or sets the default size of the IDTSBuffer100 objects created by the task.
Propriedade pública EngineThreads Gets or sets the number of threads the data flow task uses.
Propriedade pública Events Sets the events interface that the data flow and its components use to raise events during execution.
Propriedade pública PathCollection Infraestrutura. (Herdado de IDTSObjectModel100.)
Propriedade pública PathCollection Gets the IDTSPathCollection100 collection for the data flow task.
Propriedade pública PersistenceCustomPropertyCollection Gets the collection of custom properties that have the specified persistence format.
Propriedade pública RunInOptimizedMode Gets or sets a value that specifies whether the data flow task runs in optimized mode.
Propriedade pública VariableDispenser Sets the IDTSVariableDispenser100 used to lock variables in the package for reading and writing.

Início

Métodos

  Nome Descrição
Método público GetNextPasteID Gets the next available ID that the data flow task generates.
Método público GetObjectByID(Int32) Infraestrutura. (Herdado de IDTSObjectModel100.)
Método público GetObjectByID(Int32) Retrieves an object contained in the data flow task by using the ID of the object.
Método público New() () () () Infraestrutura. (Herdado de IDTSObjectModel100.)
Método público New() () () () Infraestrutura.

Início

Comentários

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