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
)
参数
- index
类型:System. . :: . .Int32
The ___location in the collection to put the new DTSParamValue object.
- paramValue
类型:Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSParamValue
The DTSParamValue object to insert into the collection.