Freigeben über


DTSWebMethodInfo-Klasse

Encapsulates the details of a web method.

Vererbungshierarchie

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

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

Der DTSWebMethodInfo-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DTSWebMethodInfo() Initializes a new instance of the DTSWebMethodInfo class.
Öffentliche Methode DTSWebMethodInfo(String, String, String) Initializes a new instance of the DTSWebMethodInfo class, using the specified method name, message name, and documentation for the method.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Documentation Gets the documentation.
Öffentliche Eigenschaft MessageName Gets the name of a message.
Öffentliche Eigenschaft MethodName Gets the name of a method.
Öffentliche Eigenschaft ParamInfos Gets or sets an array that contains all the parameter information for a method.
Öffentliche Eigenschaft Supported Gets a value that indicates whether a Web method is supported or not.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Creates an instance of the DTSWebMethodInfo class that is identical to the current object.
Öffentliche Methode Equals Determines whether two object instances are equal. (Überschreibt Object.Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for this object. (Überschreibt Object.GetHashCode().)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.WebServiceTask-Namespace