IDTSBufferManager100.CreateVirtualBuffer(Int32, Int32) Method
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.
Creates a virtual IDTSBuffer100 object.
public:
void CreateVirtualBuffer(int hSourceBuffer, int lOutputID);
[System.Runtime.InteropServices.DispId(108)]
public void CreateVirtualBuffer (int hSourceBuffer, int lOutputID);
[<System.Runtime.InteropServices.DispId(108)>]
abstract member CreateVirtualBuffer : int * int -> unit
Public Sub CreateVirtualBuffer (hSourceBuffer As Integer, lOutputID As Integer)
Parameters
- hSourceBuffer
- Int32
The source of the registered buffer.
- lOutputID
- Int32
A unique output request ID.
- Attributes