Поделиться через


Класс DTSWebMethodInfo

Encapsulates the details of a web method.

Иерархия наследования

System. . :: . .Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..DTSWebMethodInfo

Пространство имен:  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

Тип DTSWebMethodInfo обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DTSWebMethodInfo() () () () Initializes a new instance of the DTSWebMethodInfo class.
Открытый метод DTSWebMethodInfo(String, String, String) Initializes a new instance of the DTSWebMethodInfo class, using the specified method name, message name, and documentation for the method.

В начало

Свойства

  Имя Описание
Открытое свойство Documentation Gets the documentation.
Открытое свойство MessageName Gets the name of a message.
Открытое свойство MethodName Gets the name of a method.
Открытое свойство ParamInfos Gets or sets an array that contains all the parameter information for a method.
Открытое свойство Supported Gets a value that indicates whether a Web method is supported or not.

В начало

Методы

  Имя Описание
Открытый метод Clone Creates an instance of the DTSWebMethodInfo class that is identical to the current object.
Открытый метод Equals Determines whether two object instances are equal. (Переопределяет Object. . :: . .Equals(Object).)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode Returns the hash code for this object. (Переопределяет Object. . :: . .GetHashCode() () () ().)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

The class contains the method name, message name, the documentation for the method, and the parameters to be passed for method invocation.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.