idxOfBufferType 方法

此 API 支持 基础结构,但不能通过代码直接使用。

此 API 不符合 CLS。 

命名空间:  Microsoft.SqlServer.Dts.Pipeline
程序集:  Microsoft.SqlServer.PipelineHost(在 Microsoft.SqlServer.PipelineHost.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
Protected Shared Function idxOfBufferType ( _
    type As DataType _
) As Integer
用法
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

返回值

类型:System. . :: . .Int32