PipelineComponent.idxOfBufferType(DataType) Method

Definition

Important

This API is not CLS-compliant.

Specifies the type of the buffer index.

protected:
 static int idxOfBufferType(Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType type);
[System.CLSCompliant(false)]
protected static int idxOfBufferType (Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType type);
[<System.CLSCompliant(false)>]
static member idxOfBufferType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType -> int
Protected Shared Function idxOfBufferType (type As DataType) As Integer

Parameters

type
DataType

The type.

Returns

The type of the buffer index.

Attributes

Applies to