Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 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
'Declaration
Sub CreateVirtualBuffer ( _
hSourceBuffer As Integer, _
lOutputID As Integer _
)
'Usage
Dim instance As IDTSBufferManager100
Dim hSourceBuffer As Integer
Dim lOutputID As Integer
instance.CreateVirtualBuffer(hSourceBuffer, _
lOutputID)
void CreateVirtualBuffer(
int hSourceBuffer,
int lOutputID
)
void CreateVirtualBuffer(
[InAttribute] int hSourceBuffer,
[InAttribute] int lOutputID
)
abstract CreateVirtualBuffer :
hSourceBuffer:int *
lOutputID:int -> unit
function CreateVirtualBuffer(
hSourceBuffer : int,
lOutputID : int
)
Parameters
- hSourceBuffer
Type: System.Int32
The source of the registered buffer.
- lOutputID
Type: System.Int32
A unique output request ID.