Compartir a través de


DTSParamInfo Miembros

Creates an instance of a DTSParamInfo class that corresponds to one parameter of a Web method.

El tipo DTSParamInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico DTSParamInfo() () () () Initializes a new instance of the DTSParamInfo class.
Método publico DTSParamInfo(String, String, DTSParamType, Int32) Initializes a new instance of the DTSParamInfo class, using information about the parameter passed to the method.

Principio

Métodos

  Nombre Descripción
Método publico Clone Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited.
Método publico Equals Determines whether two object instances are equal. (Invalida Object. . :: . .Equals(Object).)
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Returns the hash code for this object. (Invalida Object. . :: . .GetHashCode() () () ().)
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública DataType Gets the data type of a parameter.
Propiedad pública Name Gets the name of a parameter.
Propiedad pública ParamType Gets the type of a parameter.
Propiedad pública ParamValue Gets or sets the value of a parameter.
Propiedad pública SequenceNumber Gets the sequence number of a parameter in a method signature.

Principio