다음을 통해 공유


DTSParamValueCollection.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
)

매개 변수

참고 항목

참조

DTSParamValueCollection 클래스

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 네임스페이스