IDTSBufferManager100.IsVirtual[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- hBufferType
- Int32
Property Value
true if the buffer is a virtual buffer; otherwise, false.
- Attributes