PrimitiveValue Class
Encapsulates a specific DTSParamValue, the Primitive type.
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
System::Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::PrimitiveValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::PrimitiveValue
| Name | Description | |
|---|---|---|
![]() | PrimitiveValue() | Initializes a new instance of the PrimitiveValue class. |
| Name | Description | |
|---|---|---|
![]() | AssignedValue | Gets or sets the value of the parameter. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new instance of the PrimitiveValue class that is identical to the current PrimitiveValue.(Overrides DTSParamValue::Clone().) |
![]() | Equals(Object^) | Determines whether two object instances are equal.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code of this object.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


