DTSParamInfo 类

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

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..DTSParamInfo

命名空间:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集:  Microsoft.SqlServer.WebServiceTask(在 Microsoft.SqlServer.WebServiceTask.dll 中)

语法

声明
<SerializableAttribute> _
Public Class DTSParamInfo _
    Implements ICloneable
用法
Dim instance As DTSParamInfo
[SerializableAttribute]
public class DTSParamInfo : ICloneable
[SerializableAttribute]
public ref class DTSParamInfo : ICloneable
[<SerializableAttribute>]
type DTSParamInfo =  
    class
        interface ICloneable
    end
public class DTSParamInfo implements ICloneable

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.

页首

属性

  名称 说明
公共属性 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.

页首

方法

  名称 说明
公共方法 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 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。