DTSParamInfo Class
Creates an instance of a DTSParamInfo class that corresponds to one parameter of a Web method.
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
| Name | Description | |
|---|---|---|
![]() | DTSParamInfo() | Initializes a new instance of the DTSParamInfo class. |
![]() | DTSParamInfo(String^, String^, DTSParamType, Int32) | Initializes a new instance of the DTSParamInfo class, using information about the parameter passed to the method. |
| Name | Description | |
|---|---|---|
![]() | DataType | Gets the data type of a parameter. |
![]() | Name | Gets the name of a parameter. |
![]() | ParamType | Gets the type of a parameter. |
![]() | ParamValue | Gets or sets the value of a parameter. |
![]() | SequenceNumber | Gets the sequence number of a parameter in a method signature. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited. |
![]() | Equals(Object^) | Determines whether two object instances are equal.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for this object.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


