Método idxOfBufferType
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Esta 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
Valor de retorno
Tipo: System. . :: . .Int32
Consulte também