Udostępnij przez


Metoda IDTSConfigurations100.InsertBefore

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat Configurations.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Sub InsertBefore ( _
    Index As Object, _
    pConfig As IDTSConfiguration100 _
)
'Użycie
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
)