Freigeben über


DTSParamInfo-Member

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

Der DTSParamInfo-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DTSParamInfo() () () () Initializes a new instance of the DTSParamInfo class.
Öffentliche Methode DTSParamInfo(String, String, DTSParamType, Int32) Initializes a new instance of the DTSParamInfo class, using information about the parameter passed to the method.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited.
Öffentliche Methode Equals Determines whether two object instances are equal. (Überschreibt Object. . :: . .Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for this object. (Überschreibt Object. . :: . .GetHashCode() () () ().)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataType Gets the data type of a parameter.
Öffentliche Eigenschaft Name Gets the name of a parameter.
Öffentliche Eigenschaft ParamType Gets the type of a parameter.
Öffentliche Eigenschaft ParamValue Gets or sets the value of a parameter.
Öffentliche Eigenschaft SequenceNumber Gets the sequence number of a parameter in a method signature.

Zum Anfang