Элементы DTSParamInfo

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

Тип DTSParamInfo предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод 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.

В начало

Методы

  Имя Описание
Открытый метод Clone Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited.
Открытый метод Equals Determines whether two object instances are equal. (Перезаписывает Object. . :: . .Equals(Object).)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode Returns the hash code for this object. (Перезаписывает Object. . :: . .GetHashCode() () () ().)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало