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.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Syntax
'Declaration
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
)
Parameters
- methodName
The name of the method.
- messageName
The name of the message.
- doc
The documentation for the method.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
DTSWebMethodInfo Class
DTSWebMethodInfo Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace