InsertBefore 方法
此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。
For more information, see Configurations.
命名空間: 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