IDTSConfigurations100.MoveBefore 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Relocates a IDTSConfiguration100 object in front of an existing IDTSConfiguration100 object.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Sub MoveBefore ( _
Index As Object, _
pConfig As IDTSConfiguration100 _
)
'用途
Dim instance As IDTSConfigurations100
Dim Index As Object
Dim pConfig As IDTSConfiguration100
instance.MoveBefore(Index, pConfig)
void MoveBefore(
Object Index,
IDTSConfiguration100 pConfig
)
void MoveBefore(
[InAttribute] Object^ Index,
[InAttribute] IDTSConfiguration100^ pConfig
)
abstract MoveBefore :
Index:Object *
pConfig:IDTSConfiguration100 -> unit
function MoveBefore(
Index : Object,
pConfig : IDTSConfiguration100
)
參數
- Index
型別:System.Object
The name, description, ID, or identity of a IDTSConfiguration100 object that is already in the collection.
- pConfig
型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100
The IDTSConfiguration100 object to relocate into the collection.