DTSBufferManagerClass.IsVirtual[Int32] プロパティ

定義

public:
 virtual property bool IsVirtual[int] { bool get(int hBufferType); };
public virtual bool IsVirtual[int hBufferType] { get; }
member this.IsVirtual(int) : bool
Public Overridable ReadOnly Property IsVirtual(hBufferType As Integer) As Boolean

パラメーター

hBufferType
Int32

プロパティ値

バッファーが仮想バッファーの場合は true。それ以外の場合は false。

実装

適用対象