Share via


DTSParamInfo Class

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

Inheritance Hierarchy

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DTSParamInfo _
    Implements ICloneable
'Usage
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

The DTSParamInfo type exposes the following members.

Constructors

  Name Description
Public method DTSParamInfo() Initializes a new instance of the DTSParamInfo class.
Public method DTSParamInfo(String, String, DTSParamType, Int32) Initializes a new instance of the DTSParamInfo class, using information about the parameter passed to the method.

Top

Properties

  Name Description
Public property DataType Gets the data type of a parameter.
Public property Name Gets the name of a parameter.
Public property ParamType Gets the type of a parameter.
Public property ParamValue Gets or sets the value of a parameter.
Public property SequenceNumber Gets the sequence number of a parameter in a method signature.

Top

Methods

  Name Description
Public method Clone Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited.
Public method Equals Determines whether two object instances are equal. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for this object. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.