语言

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。

属性值

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

属性

适用于