Proprietà IDTSForEachItems100.Count
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the number or elements contained in the collection.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
ReadOnly Property Count As Integer
Get
'Utilizzo
Dim instance As IDTSForEachItems100
Dim value As Integer
value = instance.Count
int Count { get; }
property int Count {
int get ();
}
abstract Count : int
function get Count () : int
Valore proprietà
Tipo: System.Int32
The number of elements contained in the collection.
Osservazioni
For more information, see ForEachItems.