Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets an array that contains all the methods available in a service.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Sintaxis
'Declaración
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[]
Parámetros
- serviceName
The name of the service.
Valor devuelto
An array of type DTSWebMethodInfo.
Notas
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.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
WebServiceTaskUtil Class
WebServiceTaskUtil Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace