Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Relocates a IDTSConnectionManagerFlatFileColumn100 object in front of an existing IDTSConnectionManagerFlatFileColumn100 object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub MoveBefore ( _
Key As Object, _
Column As IDTSConnectionManagerFlatFileColumn100 _
)
'Usage
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
)
Parameters
- Key
Type: System.Object
The name, description, ID, or identity of a IDTSConnectionManagerFlatFileColumn100 object that is already in the collection.
- Column
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFlatFileColumn100
The IDTSConnectionManagerFlatFileColumn100 object to relocate into the collection.