Classe DTSWebMethodInfo
Encapsulates the details of a web method.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..DTSWebMethodInfo
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
<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
O tipo DTSWebMethodInfo expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Creates an instance of the DTSWebMethodInfo class that is identical to the current object. | |
Equals | Determines whether two object instances are equal. (Substitui Object. . :: . .Equals(Object).) | |
Finalize | (Herdado de Object.) | |
GetHashCode | Returns the hash code for this object. (Substitui Object. . :: . .GetHashCode() () () ().) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
The class contains the method name, message name, the documentation for the method, and the parameters to be passed for method invocation.
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.