Partager via


WebServiceTaskUtil.GetWebMethodInfos Method

Gets an array that contains all the methods available in a service.

Espace de noms: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Syntaxe

'Déclaration
Public Function GetWebMethodInfos ( _
    serviceName As String _
) As DTSWebMethodInfo()
public DTSWebMethodInfo[] GetWebMethodInfos (
    string serviceName
)
public:
array<DTSWebMethodInfo^>^ GetWebMethodInfos (
    String^ serviceName
)
public DTSWebMethodInfo[] GetWebMethodInfos (
    String serviceName
)
public function GetWebMethodInfos (
    serviceName : String
) : DTSWebMethodInfo[]

Paramètres

  • serviceName
    The name of the service.

Valeur de retour

An array of type DTSWebMethodInfo.

Notes

Use the GetServices method to get a list of all the services available. From that list, you can pick a service you are interested in, and use the GetWebMethodInfos to get an array of all the methods in that service.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

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