PipelineComponentExt.ConvertDataRecordTypeToBufferType(Type) Method

Definition

protected:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType ConvertDataRecordTypeToBufferType(Type ^ type);
protected virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType ConvertDataRecordTypeToBufferType (Type type);
abstract member ConvertDataRecordTypeToBufferType : Type -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
override this.ConvertDataRecordTypeToBufferType : Type -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
Protected Overridable Function ConvertDataRecordTypeToBufferType (type As Type) As DataType

Parameters

type
Type

Returns

Applies to