Classe DTSWebMethodInfo

Encapsulates the details of a web method.

Gerarchia di ereditarietà

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

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

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class DTSWebMethodInfo
'Utilizzo
Dim instance As DTSWebMethodInfo
[SerializableAttribute]
public class DTSWebMethodInfo
[SerializableAttribute]
public ref class DTSWebMethodInfo
[<SerializableAttribute>]
type DTSWebMethodInfo =  class end
public class DTSWebMethodInfo

Nel tipo DTSWebMethodInfo sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DTSWebMethodInfo() Initializes a new instance of the DTSWebMethodInfo class.
Metodo pubblico 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 alto

Proprietà

  Nome Descrizione
Proprietà pubblica Documentation Gets the documentation.
Proprietà pubblica MessageName Gets the name of a message.
Proprietà pubblica MethodName Gets the name of a method.
Proprietà pubblica ParamInfos Gets or sets an array that contains all the parameter information for a method.
Proprietà pubblica Supported Gets a value that indicates whether a Web method is supported or not.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Creates an instance of the DTSWebMethodInfo class that is identical to the current object.
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

Osservazioni

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

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