IDTSBufferManager100.IsVirtual[Int32] 属性

定义

获取一个值,该值指示指定的缓冲区是否为虚拟缓冲区。

public:
 property bool IsVirtual[int] { bool get(int hBufferType); };
[System.Runtime.InteropServices.DispId(131)]
public bool IsVirtual[int hBufferType] { [System.Runtime.InteropServices.DispId(131)] get; }
[<System.Runtime.InteropServices.DispId(131)>]
[<get: System.Runtime.InteropServices.DispId(131)>]
member this.IsVirtual(int) : bool
Public ReadOnly Property IsVirtual(hBufferType As Integer) As Boolean

参数

hBufferType
Int32

指定的缓冲区的 ID。

属性值

如果缓冲区是虚拟缓冲区,则为 true;否则为 false。

属性

适用于