IDTSPipeline100.BufferTempStoragePath Propiedad

Definición

public:
 property System::String ^ BufferTempStoragePath { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(122)]
public string BufferTempStoragePath { [System.Runtime.InteropServices.DispId(122)] get; [System.Runtime.InteropServices.DispId(122)] set; }
[<System.Runtime.InteropServices.DispId(122)>]
[<get: System.Runtime.InteropServices.DispId(122)>]
[<set: System.Runtime.InteropServices.DispId(122)>]
member this.BufferTempStoragePath : string with get, set
Public Property BufferTempStoragePath As String

Valor de propiedad

Cadena que especifica la ubicación del sistema de archivos utilizada por la tarea para almacenar temporalmente en caché los datos del búfer.

Atributos

Comentarios

Esta colección contiene los componentes de flujo de datos que se han agregado a la tarea. Los componentes se crean y agregan a la colección llamando al New método .

Para obtener una breve explicación de esta propiedad y propiedades relacionadas que se pueden usar para optimizar el rendimiento de la tarea de Data Flow, vea la sección "Mejorar el rendimiento de la tarea Data Flow" en Data Flow Tarea.

Se aplica a