PipelineComponent.idxOfBufferType Method

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

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Protected Shared Function idxOfBufferType ( _
    type As DataType _
) As Integer
'Usage
Dim type As DataType
Dim returnValue As Integer

returnValue = PipelineComponent.idxOfBufferType(type)
[CLSCompliantAttribute(false)]
protected static int idxOfBufferType(
    DataType type
)
[CLSCompliantAttribute(false)]
protected:
static int idxOfBufferType(
    DataType type
)
[<CLSCompliantAttribute(false)>]
static member idxOfBufferType : 
        type:DataType -> int 
protected static function idxOfBufferType(
    type : DataType
) : int

Return Value

Type: System.Int32