Share via


DTSWebMethodInfo Class

Encapsulates the details of a web method.

Inheritance Hierarchy

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

The DTSWebMethodInfo type exposes the following members.

Constructors

  Name Description
Public method DTSWebMethodInfo() Initializes a new instance of the DTSWebMethodInfo class.
Public method DTSWebMethodInfo(String, String, String) Initializes a new instance of the DTSWebMethodInfo class, using the specified method name, message name, and documentation for the method.

Top

Properties

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

Top

Methods

  Name Description
Public method Clone Creates an instance of the DTSWebMethodInfo class that is identical to the current object.
Public method Equals Determines whether two object instances are equal. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for this object. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.