Поделиться через


Свойство MainPipeClass.BLOBTempStoragePath

Gets or sets a value that specifies the file system location where binary large objects (BLOBs) are temporarily written to disk.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Public Overridable Property BLOBTempStoragePath As String 
    Get 
    Set
'Применение
Dim instance As MainPipeClass 
Dim value As String 

value = instance.BLOBTempStoragePath

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

Значение свойства

Тип: System.String
A String that contains the path where BLOBs are temporarily written to disk.

Реализует

IDTSPipeline100.BLOBTempStoragePath

Замечания

When the data flow task processes a column containing BLOB data that is larger than the available memory on the system it temporarily writes data from the BLOB to the file system. This property specifies the location on the file system used by the task. 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 Возможности для повышения производительности потока данных.

См. также

Справочник

MainPipeClass Класс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper