idxOfBufferType méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Cette API n'est pas conforme CLS.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (dans Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
<CLSCompliantAttribute(False)> _
Protected Shared Function idxOfBufferType ( _
type As DataType _
) As Integer
'Utilisation
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
Paramètres
Valeur de retour
Type : System. . :: . .Int32