Поделиться через


Метод 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