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 型別公開下列成員。
建構函式
| 名稱 | 說明 | |
|---|---|---|
![]() |
DTSParamValue | Initializes a new instance of the DTSParamValue class. |
上層
方法
| 名稱 | 說明 | |
|---|---|---|
![]() |
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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
.gif)
.gif)