Share via


PrimitiveValue Class

Encapsulates a specific DTSParamValue, the Primitive type.

Inheritance Hierarchy

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

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class PrimitiveValue _
    Inherits DTSParamValue
'Usage
Dim instance As PrimitiveValue
[SerializableAttribute]
public class PrimitiveValue : DTSParamValue
[SerializableAttribute]
public ref class PrimitiveValue : public DTSParamValue
[<SerializableAttribute>]
type PrimitiveValue =  
    class
        inherit DTSParamValue
    end
public class PrimitiveValue extends DTSParamValue

The PrimitiveValue type exposes the following members.

Constructors

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

Top

Properties

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

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.