Share via


PrimitiveValue Members

Include Protected Members
Include Inherited Members

Encapsulates a specific DTSParamValue, the Primitive type.

The PrimitiveValue type exposes the following members.

Constructors

  Name Description
Public method PrimitiveValue() Initializes a new instance of the PrimitiveValue class.

Top

Methods

  Name Description
Public method Clone() Creates a new instance of the PrimitiveValue class that is identical to the current PrimitiveValue. (Overrides DTSParamValue.Clone().)
Public method Equals(Object) Determines whether two object instances are equal. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Returns the hash code of this object. (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property AssignedValue Gets or sets the value of the parameter.

Top