Partager via


Classe DTSWebMethodInfo

Encapsulates the details of a web method.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly :  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class DTSWebMethodInfo
'Utilisation
Dim instance As DTSWebMethodInfo
[SerializableAttribute]
public class DTSWebMethodInfo
[SerializableAttribute]
public ref class DTSWebMethodInfo
[<SerializableAttribute>]
type DTSWebMethodInfo =  class end
public class DTSWebMethodInfo

Le type DTSWebMethodInfo expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DTSWebMethodInfo() () () () Initializes a new instance of the DTSWebMethodInfo class.
Méthode publique DTSWebMethodInfo(String, String, String) Initializes a new instance of the DTSWebMethodInfo class, using the specified method name, message name, and documentation for the method.

Haut de la page

Propriétés

  Nom Description
Propriété publique Documentation Gets the documentation.
Propriété publique MessageName Gets the name of a message.
Propriété publique MethodName Gets the name of a method.
Propriété publique ParamInfos Gets or sets an array that contains all the parameter information for a method.
Propriété publique Supported Gets a value that indicates whether a Web method is supported or not.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Creates an instance of the DTSWebMethodInfo class that is identical to the current object.
Méthode publique Equals Determines whether two object instances are equal. (remplace Object. . :: . .Equals(Object).)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Returns the hash code for this object. (remplace Object. . :: . .GetHashCode() () () ().)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.