PrimitiveValue Class

 

Encapsulates a specific DTSParamValue, the Primitive type.

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

System::Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask::DTSParamValue
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask::PrimitiveValue

[SerializableAttribute]
public ref class PrimitiveValue : DTSParamValue

NameDescription
System_CAPS_pubmethodPrimitiveValue()

Initializes a new instance of the PrimitiveValue class.

NameDescription
System_CAPS_pubpropertyAssignedValue

Gets or sets the value of the parameter.

NameDescription
System_CAPS_pubmethodClone()

Creates a new instance of the PrimitiveValue class that is identical to the current PrimitiveValue.(Overrides DTSParamValue::Clone().)

System_CAPS_pubmethodEquals(Object^)

Determines whether two object instances are equal.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code of this object.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: