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
매개 변수
- paramValue
유형: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
The DTSParamValue to add to the collection.
반환 값
유형: System.Int32