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 | |
---|---|---|
DTSWebMethodInfo() () () () | Initializes a new instance of the DTSWebMethodInfo class. | |
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 | |
---|---|---|
Documentation | Gets the documentation. | |
MessageName | Gets the name of a message. | |
MethodName | Gets the name of a method. | |
ParamInfos | Gets or sets an array that contains all the parameter information for a method. | |
Supported | Gets a value that indicates whether a Web method is supported or not. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Clone | Creates an instance of the DTSWebMethodInfo class that is identical to the current object. | |
Equals | Determines whether two object instances are equal. (Invalida Object. . :: . .Equals(Object).) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | Returns the hash code for this object. (Invalida Object. . :: . .GetHashCode() () () ().) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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.