DTSBufferManagerClass.IsVirtual[Int32] Property

Definition

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

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

Parameters

hBufferType
Int32

The ID of the specified buffer.

Property Value

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

Implements

Applies to