Classe DTSParamInfo

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Sintassi

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

Nel tipo DTSParamInfo sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DTSParamInfo() Initializes a new instance of the DTSParamInfo class.
Metodo pubblico DTSParamInfo(String, String, DTSParamType, Int32) Initializes a new instance of the DTSParamInfo class, using information about the parameter passed to the method.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica DataType Gets the data type of a parameter.
Proprietà pubblica Name Gets the name of a parameter.
Proprietà pubblica ParamType Gets the type of a parameter.
Proprietà pubblica ParamValue Gets or sets the value of a parameter.
Proprietà pubblica SequenceNumber Gets the sequence number of a parameter in a method signature.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited.
Metodo pubblico Equals Determines whether two object instances are equal. Esegue l'override di Object.Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Returns the hash code for this object. Esegue l'override di Object.GetHashCode().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask