IDTSBufferManager100.CreateVirtualBuffer Method (Int32, Int32)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a virtual IDTSBuffer100 object.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

[DispIdAttribute(108)]
void CreateVirtualBuffer(
    int hSourceBuffer,
    int lOutputID
)
[DispIdAttribute(108)]
void CreateVirtualBuffer(
    int hSourceBuffer,
    int lOutputID
)
[<DispIdAttribute(108)>]
abstract CreateVirtualBuffer : 
        hSourceBuffer:int *
        lOutputID:int -> unit
<DispIdAttribute(108)>
Sub CreateVirtualBuffer (
    hSourceBuffer As Integer,
    lOutputID As Integer
)

Parameters

  • hSourceBuffer
    Type: System.Int32

    The source of the registered buffer.

See Also

IDTSBufferManager100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top