DTSParamValue 类
Defines an abstract base class that represents the value of a parameter passed to a Web method.
继承层次结构
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
命名空间: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集: Microsoft.SqlServer.WebServiceTask(在 Microsoft.SqlServer.WebServiceTask.dll 中)
语法
声明
<SerializableAttribute> _
Public MustInherit Class DTSParamValue _
Implements ICloneable
用法
Dim instance As DTSParamValue
[SerializableAttribute]
public abstract class DTSParamValue : ICloneable
[SerializableAttribute]
public ref class DTSParamValue abstract : ICloneable
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type DTSParamValue =
class
interface ICloneable
end
public abstract class DTSParamValue implements ICloneable
DTSParamValue 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
Clone | Creates an instance of the DTSParamValue class that is identical to the current DTSParamValue class. |
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
注释
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.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。