Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the DTSWebMethodInfo class, using the specified method name, message name, and documentation for the method.
Espace de noms: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- methodName
The name of the method.
- messageName
The name of the message.
- doc
The documentation for the method.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
DTSWebMethodInfo Class
DTSWebMethodInfo Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace