Compartir a través de


idxOfBufferType Método

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

Esta API no es compatible con CLS. 

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Sintaxis

'Declaración
<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

Valor devuelto

Tipo: System. . :: . .Int32