Metodo InsertBefore
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
For more information, see Configurations.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Sub InsertBefore ( _
Index As Object, _
pConfig As IDTSConfiguration100 _
)
'Utilizzo
Dim instance As IDTSConfigurations100
Dim Index As Object
Dim pConfig As IDTSConfiguration100
instance.InsertBefore(Index, pConfig)
void InsertBefore(
Object Index,
IDTSConfiguration100 pConfig
)
void InsertBefore(
[InAttribute] Object^ Index,
[InAttribute] IDTSConfiguration100^ pConfig
)
abstract InsertBefore :
Index:Object *
pConfig:IDTSConfiguration100 -> unit
function InsertBefore(
Index : Object,
pConfig : IDTSConfiguration100
)
Parametri
- Index
Tipo: System. . :: . .Object