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 Represents the variable value.
공용 클래스 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 인프라입니다. Represents a DTS Web Service task.

열거형

  열거형 설명
공용 열거형 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.