DTSParamInfo Members
Creates an instance of a DTSParamInfo class that corresponds to one parameter of a Web method.
The following tables list the members exposed by the DTSParamInfo type.
Public Constructors
이름 | Description | |
---|---|---|
DTSParamInfo | Overloaded. Initializes a new instance of the DTSParamInfo class. |
위쪽
Public Properties
이름 | 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. |
위쪽
Public Methods
(see also Protected Methods )
이름 | Description | |
---|---|---|
Clone | Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited. | |
Equals | Overloaded. Overridden. | |
GetHashCode | Overridden. Returns the hash code for this object. | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
위쪽
Protected Methods
이름 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
위쪽
참고 항목
참조
DTSParamInfo Class
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace