DTSParamInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of a DTSParamInfo class that corresponds to one parameter of a Web method.
public ref class DTSParamInfo : ICloneable
[System.Serializable]
public class DTSParamInfo : ICloneable
[<System.Serializable>]
type DTSParamInfo = class
interface ICloneable
Public Class DTSParamInfo
Implements ICloneable
- Inheritance
-
DTSParamInfo
- Attributes
- Implements
Constructors
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. |
Properties
DataType |
Gets the data type of a property. |
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. |
Methods
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. |
GetHashCode() |
Returns the hash code for this object. |