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