Класс 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 обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
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.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.