Класс DTSWebMethodInfo
Encapsulates the details of a web method.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (в Microsoft.SqlServer.WebServiceTask.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class DTSWebMethodInfo
'Применение
Dim instance As DTSWebMethodInfo
[SerializableAttribute]
public class DTSWebMethodInfo
[SerializableAttribute]
public ref class DTSWebMethodInfo
[<SerializableAttribute>]
type DTSWebMethodInfo = class end
public class DTSWebMethodInfo
Замечания
The class contains the method name, message name, the documentation for the method, and the parameters to be passed for method invocation.
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..DTSWebMethodInfo
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.
См. также