IDTSBufferManager100.IsVirtual[Int32] Property

Definition

Gets a value that indicates whether the specified buffer is a virtual buffer.

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

The ID of the specified buffer.

Property Value

true if the buffer is a virtual buffer; otherwise, false.

Attributes

Applies to