共用方式為


PipelineComponent.idxOfBufferType 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Specifies the type of the buffer index.

此 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
The type of the buffer index.

請參閱

參考

PipelineComponent 類別

Microsoft.SqlServer.Dts.Pipeline 命名空間