IDTSPipeline100 Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Define los métodos y las propiedades implementadas por la tarea de flujo de datos.
public interface class IDTSPipeline100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObjectModel100
[System.Runtime.InteropServices.Guid("BE3F920C-1F7B-4B2A-B593-6F6C84072D82")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPipeline100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObjectModel100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("6F5BD75A-C40C-4860-AE25-55EB7CF33DB0")]
public interface IDTSPipeline100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObjectModel100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7068DEA5-9977-4EF9-BB5A-29D1CA3FA415")]
public interface IDTSPipeline100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObjectModel100
[<System.Runtime.InteropServices.Guid("BE3F920C-1F7B-4B2A-B593-6F6C84072D82")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPipeline100 = interface
interface IDTSObjectModel100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("6F5BD75A-C40C-4860-AE25-55EB7CF33DB0")>]
type IDTSPipeline100 = interface
interface IDTSObjectModel100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7068DEA5-9977-4EF9-BB5A-29D1CA3FA415")>]
type IDTSPipeline100 = interface
interface IDTSObjectModel100
Public Interface IDTSPipeline100
Implements IDTSObjectModel100
- Derivado
- Atributos
- Implementaciones
Comentarios
MainPipeClass implementa las propiedades y los métodos definidos en esta interfaz y representa el Data Flow Task.
Propiedades
AutoGenerateIDForNewObjects |
Obtiene o establece un valor que especifica si el flujo de datos genera y establece automáticamente la propiedad de identificador para los objetos recién creados. |
BLOBTempStoragePath |
Obtiene o establece un valor que especifica la ubicación del sistema de archivos donde escribir temporalmente en el disco los objetos binarios grandes (BLOB). |
BufferManager |
Obtiene el objeto IDTSBufferManager100. |
BufferTempStoragePath |
Obtiene o establece la ruta de acceso al sistema de archivos usada para almacenar temporalmente en memoria caché los datos del búfer. |
ComponentMetaDataCollection |
Obtiene la colección de componentes de flujo de datos de la tarea. |
DefaultBufferMaxRows |
Obtiene o establece el número máximo de filas que permite la tarea en un búfer IDTSBuffer100. |
DefaultBufferSize |
Obtiene o establece el tamaño predeterminado de los objetos IDTSBuffer100 creados por la tarea. |
EnableCacheUpdate |
Obtiene o establece un valor que indica si la interfaz IDTSPipeline100 habilitó la actualización de caché. |
EnableDisconnectedColumns |
Obtiene o establece un valor que indica si la tarea de flujo de datos habilita las columnas desconectadas en la canalización principal. |
EngineThreads |
Obtiene o establece el número de subprocesos utilizados por la tarea Flujo de datos. |
Events |
Establece la interfaz de eventos que el flujo de datos y sus componentes utilizan para generar eventos durante la ejecución. |
IsSavingXml |
Obtiene o establece un valor que indica si la interfaz IDTSPipeline100 guarda XML. |
PathCollection |
Obtiene la colección IDTSPathCollection100 para la tarea Flujo de datos. |
PersistenceCustomPropertyCollection[DTSPersistenceFormat] |
Obtiene la colección de propiedades personalizadas que tienen el formato de persistencia especificado. |
RunInOptimizedMode |
Obtiene o establece un valor que especifica si la tarea Flujo de datos se ejecuta en modo optimizado. |
VariableDispenser |
Establece IDTSVariableDispenser100 que se usa para bloquear la lectura y escritura de variables del paquete. |
Métodos
GetNextPasteID() |
Obtiene el siguiente identificador disponible generado por la tarea Flujo de datos. |
GetObjectByID(Int32) |
Recupera un objeto contenido en la tarea Flujo de datos utilizando el identificador del objeto. |
New() |
Especifica una nueva instancia de la clase IDTSPipeline100. |
UpdateCacheOnInputColumns() |
Actualiza la caché en las columna de entrada de IDTSPipeline100. |