IDTSConfigurations100.InsertBefore(Object, IDTSConfiguration100) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
void InsertBefore(System::Object ^ Index, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSConfiguration100 ^ pConfig);
[System.Runtime.InteropServices.DispId(9)]
public void InsertBefore (object Index, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSConfiguration100 pConfig);
[<System.Runtime.InteropServices.DispId(9)>]
abstract member InsertBefore : obj * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSConfiguration100 -> unit
Public Sub InsertBefore (Index As Object, pConfig As IDTSConfiguration100)
參數
- Index
- Object
- pConfig
- IDTSConfiguration100
- 屬性