语言

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

指定缓冲区的ID。

属性值

如果缓冲区是虚拟缓冲区,则为真;否则,就是假的。

实现

适用于