idxOfBufferType Método
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente 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
Parámetros
Valor devuelto
Tipo: System. . :: . .Int32
Vea también