DTSWebMethodInfo Constructor (String, String, String)

Initializes a new instance of the DTSWebMethodInfo class, using the specified method name, message name, and documentation for the method.

命名空间: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

语法

声明
Public Sub New ( _
    methodName As String, _
    messageName As String, _
    doc As String _
)
public DTSWebMethodInfo (
    string methodName,
    string messageName,
    string doc
)
public:
DTSWebMethodInfo (
    String^ methodName, 
    String^ messageName, 
    String^ doc
)
public DTSWebMethodInfo (
    String methodName, 
    String messageName, 
    String doc
)
public function DTSWebMethodInfo (
    methodName : String, 
    messageName : String, 
    doc : String
)

参数

  • methodName
    The name of the method.
  • messageName
    The name of the message.
  • doc
    The documentation for the method.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

DTSWebMethodInfo Class
DTSWebMethodInfo Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace