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


Пространство имен Microsoft.SqlServer.Dts.Tasks.WebServiceTask

The Microsoft.SqlServer.Dts.Tasks.WebServiceTask namespace contains the classes and members used to run a web method and store the results in a specified location.

Классы

  Класс Описание
Открытый класс ArrayValue Holds the value of a parameter when the parameter is of type Array.
Открытый класс ComplexProperty Encapsulates the information about one property of a complex type parameter.
Открытый класс ComplexValue Encapsulates the value of a complex type parameter.
Открытый класс DTSParamInfo Creates an instance of a DTSParamInfo class that corresponds to one parameter of a Web method.
Открытый класс DTSParamValue Defines an abstract base class that represents the value of a parameter passed to a Web method.
Открытый класс DTSParamValueCollection Represents a collection of DTSParamValue objects.
Открытый класс DTSWebMethodInfo Encapsulates the details of a web method.
Открытый класс EnumValue Holds the value of a parameter when the parameter type is Enum.
Открытый класс Helper Contains methods to identify a primitive data type and map the primitive type to a Microsoft .NET Framework system type.
Открытый класс PrimitiveValue Encapsulates a specific DTSParamValue, the Primitive type.
Открытый класс VariableValue
Открытый класс WebServiceTask Runs a Web method and stores the result in a specified location. This class cannot be inherited.
Открытый класс WebserviceTaskException Contains the definition for exceptions used by the WebServiceTask.
Открытый класс WebServiceTaskUtil Accesses and invokes the Web services. This class is used by both the Microsoft.SqlServer.Dts.Tasks.WebServiceTask and its user interface as a reusable library of functions.

Интерфейсы

  Интерфейс Описание
Открытый интерфейс IDTSWebServiceTask

Перечисления

  Перечисление Описание
Открытое перечисление DTSOutputType Classifies the storage location of the result of a Web method invocation. The result of the Web method can be stored either in a file or in a variable.
Открытое перечисление DTSParamType Defines the type of the parameter that passed to a Web service method.