IDTSConfigurations100.MoveBefore(Object, IDTSConfiguration100) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
void MoveBefore(System::Object ^ Index, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSConfiguration100 ^ pConfig);
[System.Runtime.InteropServices.DispId(7)]
public void MoveBefore (object Index, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSConfiguration100 pConfig);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member MoveBefore : obj * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSConfiguration100 -> unit
Public Sub MoveBefore (Index As Object, pConfig As IDTSConfiguration100)
参数
- Index
- Object
- pConfig
- IDTSConfiguration100
- 属性