DTSWebMethodInfo Class
Encapsulates the details of a web method.
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates an instance of the DTSWebMethodInfo class that is identical to the current object. |
![]() | Equals(Object^) | Determines whether two object instances are equal.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for this object.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The class contains the method name, message name, the documentation for the method, and the parameters to be passed for method invocation.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


