Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a collection of ForEachItems.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property Items As ForEachItems
Get
Set
'Usage
Dim instance As ForEachItemEnumerator
Dim value As ForEachItems
value = instance.Items
instance.Items = value
public ForEachItems Items { get; set; }
public:
property ForEachItems^ Items {
ForEachItems^ get ();
void set (ForEachItems^ value);
}
member Items : ForEachItems with get, set
function get Items () : ForEachItems
function set Items (value : ForEachItems)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItems
Returns a collection of ForEachItems.