MoveBefore 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.
This class is the enumerator over the collection of Columns. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub MoveBefore ( _
Key As Object, _
Column As IDTSConnectionManagerFlatFileColumn100 _
)
'Utilisation
Dim instance As IDTSConnectionManagerFlatFileColumns100
Dim Key As Object
Dim Column As IDTSConnectionManagerFlatFileColumn100
instance.MoveBefore(Key, Column)
void MoveBefore(
Object Key,
IDTSConnectionManagerFlatFileColumn100 Column
)
void MoveBefore(
[InAttribute] Object^ Key,
[InAttribute] IDTSConnectionManagerFlatFileColumn100^ Column
)
abstract MoveBefore :
Key:Object *
Column:IDTSConnectionManagerFlatFileColumn100 -> unit
function MoveBefore(
Key : Object,
Column : IDTSConnectionManagerFlatFileColumn100
)
Paramètres
- Key
Type : System. . :: . .Object