Метод IDTSConfigurations100.InsertBefore
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Adds a IDTSConfiguration100 object into the collection before an existing IDTSConfiguration100 object.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Sub InsertBefore ( _
Index As Object, _
pConfig As IDTSConfiguration100 _
)
'Применение
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
)
Параметры
- Index
Тип: System.Object
The name, description, ID, or identity of a IDTSConfiguration100 object that is already in the collection.
- pConfig
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100
The IDTSConfiguration100 object to insert into the collection.