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