ForEachItemValue Class

Definition

Stores a value from the ForEachItem collection. This class cannot be inherited.

public ref class ForEachItemValue sealed : Microsoft::SqlServer::Dts::Runtime::DtsObject
public sealed class ForEachItemValue : Microsoft.SqlServer.Dts.Runtime.DtsObject
type ForEachItemValue = class
    inherit DtsObject
Public NotInheritable Class ForEachItemValue
Inherits DtsObject
Inheritance
ForEachItemValue

Properties

Value

Gets or sets an object to contain the value.

Methods

Equals(Object)

Determines whether two object instances are equal.

(Inherited from DtsObject)
GetHashCode()

Returns the hash code for this instance.

(Inherited from DtsObject)

Applies to