Classe ForEachItemValue
Stores a value from the ForEachItem collection. This class cannot be inherited.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItemValue
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ForEachItemValue _
Inherits DtsObject
'Utilizzo
Dim instance As ForEachItemValue
public sealed class ForEachItemValue : DtsObject
public ref class ForEachItemValue sealed : public DtsObject
[<SealedAttribute>]
type ForEachItemValue =
class
inherit DtsObject
end
public final class ForEachItemValue extends DtsObject
Nel tipo ForEachItemValue sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Value | Gets or sets an object to contain the value. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Determines whether two object instances are equal. Ereditato da DtsObject. | |
GetHashCode | Returns the hash code for this instance. Ereditato da DtsObject. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Enumerators.Item