DTSWebMethodInfo 类
Encapsulates the details of a web method.
继承层次结构
System.Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo
命名空间: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集: Microsoft.SqlServer.WebServiceTask(在 Microsoft.SqlServer.WebServiceTask.dll 中)
语法
声明
<SerializableAttribute> _
Public Class DTSWebMethodInfo
用法
Dim instance As DTSWebMethodInfo
[SerializableAttribute]
public class DTSWebMethodInfo
[SerializableAttribute]
public ref class DTSWebMethodInfo
[<SerializableAttribute>]
type DTSWebMethodInfo = class end
public class DTSWebMethodInfo
DTSWebMethodInfo 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
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. |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
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. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Clone | Creates an instance of the DTSWebMethodInfo class that is identical to the current object. |
![]() |
Equals | Determines whether two object instances are equal. (覆盖 Object.Equals(Object)。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | Returns the hash code for this object. (覆盖 Object.GetHashCode()。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
注释
The class contains the method name, message name, the documentation for the method, and the parameters to be passed for method invocation.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。