PipelineComponent.idxOfBufferType(DataType) 方法

定义

重要

此 API 不符合 CLS。

指定缓冲区索引的类型。

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

参数

type
DataType

类型。

返回

缓冲区索引的类型。

属性

适用于