DTSWebMethodInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates the details of a web method.
public ref class DTSWebMethodInfo
[System.Serializable]
public class DTSWebMethodInfo
[<System.Serializable>]
type DTSWebMethodInfo = class
Public Class DTSWebMethodInfo
- Inheritance
-
DTSWebMethodInfo
- Attributes
Remarks
The class contains the method name, message name, the documentation for the method, and the parameters to be passed for method invocation.
Constructors
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. |
Properties
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. |
Methods
Clone() |
Creates an instance of the DTSWebMethodInfo class that is identical to the current object. |
Equals(Object) |
Determines whether two object instances are equal. |
GetHashCode() |
Returns the hash code for this object. |