共用方式為


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.

頂端