共用方式為


Insert 方法

Adds a new DTSParamValue object into a collection at the location specified by the index.

命名空間:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
組件:  Microsoft.SqlServer.WebServiceTask (在 Microsoft.SqlServer.WebServiceTask.dll 中)

語法

'宣告
Public Sub Insert ( _
    index As Integer, _
    paramValue As DTSParamValue _
)
'用途
Dim instance As DTSParamValueCollection
Dim index As Integer
Dim paramValue As DTSParamValue

instance.Insert(index, paramValue)
public void Insert(
    int index,
    DTSParamValue paramValue
)
public:
void Insert(
    int index, 
    DTSParamValue^ paramValue
)
member Insert : 
        index:int * 
        paramValue:DTSParamValue -> unit 
public function Insert(
    index : int, 
    paramValue : DTSParamValue
)

參數