PipelineComponent.idxOfBufferType Method (DataType)

 

Applies To: SQL Server 2016 Preview

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

Specifies the type of the buffer index.

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

Syntax

[CLSCompliantAttribute(false)]
protected static int idxOfBufferType(
    DataType type
)
protected:
[CLSCompliantAttribute(false)]
static int idxOfBufferType(
    DataType type
)
[<CLSCompliantAttribute(false)>]
static member idxOfBufferType : 
        type:DataType -> int
<CLSCompliantAttribute(False)>
Protected Shared Function idxOfBufferType (
    type As DataType
) As Integer

Parameters

Return Value

Type: System.Int32

The type of the buffer index.

See Also

PipelineComponent Class
Microsoft.SqlServer.Dts.Pipeline Namespace

Return to top