Partilhar via


Classe DTSParamInfo

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

Hierarquia de herança

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

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

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class DTSParamInfo _
    Implements ICloneable
'Uso
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

O tipo DTSParamInfo expõe os membros a seguir.

Construtores

  Nome Descrição
Método público DTSParamInfo() () () () Initializes a new instance of the DTSParamInfo class.
Método público DTSParamInfo(String, String, DTSParamType, Int32) Initializes a new instance of the DTSParamInfo class, using information about the parameter passed to the method.

Início

Propriedades

  Nome Descrição
Propriedade pública DataType Gets the data type of a parameter.
Propriedade pública Name Gets the name of a parameter.
Propriedade pública ParamType Gets the type of a parameter.
Propriedade pública ParamValue Gets or sets the value of a parameter.
Propriedade pública SequenceNumber Gets the sequence number of a parameter in a method signature.

Início

Métodos

  Nome Descrição
Método público Clone Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited.
Método público Equals Determines whether two object instances are equal. (Substitui Object. . :: . .Equals(Object).)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Returns the hash code for this object. (Substitui Object. . :: . .GetHashCode() () () ().)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.