Freigeben über


DTSParamValue Class

Defines an abstract base class that represents the value of a parameter passed to a Web method.

Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class DTSParamValue
    Implements ICloneable
[SerializableAttribute] 
public abstract class DTSParamValue : ICloneable
[SerializableAttribute] 
public ref class DTSParamValue abstract : ICloneable
/** @attribute SerializableAttribute() */ 
public abstract class DTSParamValue implements ICloneable
SerializableAttribute 
public abstract class DTSParamValue implements ICloneable

Hinweise

The parameter types are Primitive, Complex, Array, and Enum.

Each parameter type has a Value class that inherits and extends DTSParamValue, such as the PrimitiveValue, ComplexValue, ArrayValue, and EnumValue classes.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
     Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ArrayValue
     Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexValue
     Microsoft.SqlServer.Dts.Tasks.WebServiceTask.EnumValue
     Microsoft.SqlServer.Dts.Tasks.WebServiceTask.PrimitiveValue
     Microsoft.SqlServer.Dts.Tasks.WebServiceTask.VariableValue

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

DTSParamValue Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace