PrimitiveValue Class

Definition

Encapsulates a specific DTSParamValue, the Primitive type.

public ref class PrimitiveValue : Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue
[System.Serializable]
public class PrimitiveValue : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
[<System.Serializable>]
type PrimitiveValue = class
    inherit DTSParamValue
Public Class PrimitiveValue
Inherits DTSParamValue
Inheritance
PrimitiveValue
Attributes

Constructors

PrimitiveValue()

Initializes a new instance of the PrimitiveValue class.

Properties

AssignedValue

Gets or sets the value of the parameter.

Methods

Clone()

Creates a new instance of the PrimitiveValue class that is identical to the current PrimitiveValue.

Equals(Object)

Determines whether two object instances are equal.

GetHashCode()

Returns the hash code of this object.

Applies to