Partager via


Classe DTSParamInfo

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly :  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class DTSParamInfo _
    Implements ICloneable
'Utilisation
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

Le type DTSParamInfo expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DTSParamInfo() Initializes a new instance of the DTSParamInfo class.
Méthode publique DTSParamInfo(String, String, DTSParamType, Int32) Initializes a new instance of the DTSParamInfo class, using information about the parameter passed to the method.

Haut de la page

Propriétés

  Nom Description
Propriété publique DataType Gets the data type of a parameter.
Propriété publique Name Gets the name of a parameter.
Propriété publique ParamType Gets the type of a parameter.
Propriété publique ParamValue Gets or sets the value of a parameter.
Propriété publique SequenceNumber Gets the sequence number of a parameter in a method signature.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited.
Méthode publique Equals Determines whether two object instances are equal. (remplace Object.Equals(Object).)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Returns the hash code for this object. (remplace Object.GetHashCode().)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.WebServiceTask