Compartir a través de


MainPipeClass.BufferTempStoragePath Propiedad

Gets or sets the file system path used to temporarily cache buffer data.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Public Overridable Property BufferTempStoragePath As String 
    Get 
    Set
'Uso
Dim instance As MainPipeClass 
Dim value As String 

value = instance.BufferTempStoragePath

instance.BufferTempStoragePath = value
public virtual string BufferTempStoragePath { get; set; }
public:
virtual property String^ BufferTempStoragePath {
    String^ get ();
    void set (String^ value);
}
abstract BufferTempStoragePath : string with get, set 
override BufferTempStoragePath : string with get, set
function get BufferTempStoragePath () : String 
function set BufferTempStoragePath (value : String)

Valor de la propiedad

Tipo: System.String
A String that specifies the file system location used by the task to temporarily cache buffer data.

Implementa

IDTSPipeline100.BufferTempStoragePath

Comentarios

You can specify multiple directories by delimiting the directory names with semicolons. By default, the directory specified by the TEMP environment variable is used.

For a brief discussion of this property and related properties that can be used to optimize the performance of the Data Flow task, see Características de rendimiento del flujo de datos.

Vea también

Referencia

MainPipeClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper