次の方法で共有


MainPipeClass.BLOBTempStoragePath プロパティ

バイナリ ラージ オブジェクト (BLOB) が一時的にディスクに書き込まれるファイル システムの場所を指定する値を取得します。値の設定も可能です。

名前空間:  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
BLOB が一時的にディスクに書き込まれるパスを表す String です。

実装

IDTSPipeline100.BLOBTempStoragePath

説明

データ フロー タスクは、システム上で使用可能なメモリを超える BLOB データを含む列を処理する場合、BLOB からファイル システムにデータを一時的に書き込みます。 このプロパティは、タスクが使用するファイル システムの場所を指定します。 ディレクトリ名をセミコロンで区切ることによって、複数のディレクトリを指定できます。 既定では、TEMP 環境変数で指定されたディレクトリが使用されます。

データ フロー タスクのパフォーマンスを最適化するために使用できるこのプロパティおよび関連プロパティの概要については、「データ フロー パフォーマンス機能」を参照してください。

関連項目

参照

MainPipeClass クラス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間