MainPipeClass.BufferTempStoragePath Propiedad

Definición

public:
 virtual property System::String ^ BufferTempStoragePath { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(122)]
public virtual 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 Overridable Property BufferTempStoragePath As String

Valor de propiedad

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

Implementaciones

Atributos

Comentarios

Puede especificar varios directorios delimitando los nombres de los directorios con punto y coma. Por defecto, se utiliza el directorio especificado por la variable de entorno TEMP.

Para una breve discusión sobre esta propiedad y otras relacionadas que pueden utilizarse para optimizar el rendimiento de la tarea Data Flow, véase Data Flow Performance Features.

Se aplica a