다음을 통해 공유


DTSParamValueCollection.Add 메서드

Adds a DTSParamValue to the end of a collection.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
어셈블리:  Microsoft.SqlServer.WebServiceTask(Microsoft.SqlServer.WebServiceTask.dll)

구문

‘선언
Public Function Add ( _
    paramValue As DTSParamValue _
) As Integer
‘사용 방법
Dim instance As DTSParamValueCollection 
Dim paramValue As DTSParamValue 
Dim returnValue As Integer 

returnValue = instance.Add(paramValue)
public int Add(
    DTSParamValue paramValue
)
public:
int Add(
    DTSParamValue^ paramValue
)
member Add : 
        paramValue:DTSParamValue -> int
public function Add(
    paramValue : DTSParamValue
) : int

매개 변수

반환 값

유형: System.Int32

참고 항목

참조

DTSParamValueCollection 클래스

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