次の方法で共有


PipelineComponent.idxOfBufferType メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

バッファー インデックスの種類を指定します。

この 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
バッファー インデックスの種類です。

関連項目

参照

PipelineComponent クラス

Microsoft.SqlServer.Dts.Pipeline 名前空間