IDTSConfigurations100.MoveAfter(Object, IDTSConfiguration100) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在现有对象之后重新定位一个 IDTSConfiguration100 对象 IDTSConfiguration100 。
public:
void MoveAfter(System::Object ^ Index, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConfiguration100 ^ pConfig);
[System.Runtime.InteropServices.DispId(8)]
public void MoveAfter(object Index, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100 pConfig);
[<System.Runtime.InteropServices.DispId(8)>]
abstract member MoveAfter : obj * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100 -> unit
Public Sub MoveAfter (Index As Object, pConfig As IDTSConfiguration100)
参数
- Index
- Object
集合中已存在的对象的名称、描述、ID 或身份 IDTSConfiguration100 。
- pConfig
- IDTSConfiguration100
IDTSConfiguration100要迁移到集合中的对象。
- 属性