Método PipelineComponent.idxOfBufferType
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Specifies the type of the buffer index.
Essa API não é compatível com CLS.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)
Sintaxe
'Declaração
<CLSCompliantAttribute(False)> _
Protected Shared Function idxOfBufferType ( _
type As DataType _
) As Integer
'Uso
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
Parâmetros
- type
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
The type.
Valor de retorno
Tipo: System.Int32
The type of the buffer index.