Compartir a través de


Clase DTSWebMethodInfo

Encapsulates the details of a web method.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado:  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class DTSWebMethodInfo
'Uso
Dim instance As DTSWebMethodInfo
[SerializableAttribute]
public class DTSWebMethodInfo
[SerializableAttribute]
public ref class DTSWebMethodInfo
[<SerializableAttribute>]
type DTSWebMethodInfo =  class end
public class DTSWebMethodInfo

El tipo DTSWebMethodInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público DTSWebMethodInfo() Initializes a new instance of the DTSWebMethodInfo class.
Método público DTSWebMethodInfo(String, String, String) Initializes a new instance of the DTSWebMethodInfo class, using the specified method name, message name, and documentation for the method.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Documentation Gets the documentation.
Propiedad pública MessageName Gets the name of a message.
Propiedad pública MethodName Gets the name of a method.
Propiedad pública ParamInfos Gets or sets an array that contains all the parameter information for a method.
Propiedad pública Supported Gets a value that indicates whether a Web method is supported or not.

Arriba

Métodos

  Nombre Descripción
Método público Clone Creates an instance of the DTSWebMethodInfo class that is identical to the current object.
Método público Equals Determines whether two object instances are equal. (Invalida Object.Equals(Object).)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode Returns the hash code for this object. (Invalida Object.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

The class contains the method name, message name, the documentation for the method, and the parameters to be passed for method invocation.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask