Metodo IDTSProject100.GetPackageCount

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Returns the number of package for the project.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Function GetPackageCount As Integer
'Utilizzo
Dim instance As IDTSProject100 
Dim returnValue As Integer 

returnValue = instance.GetPackageCount()
int GetPackageCount()
int GetPackageCount()
abstract GetPackageCount : unit -> int
function GetPackageCount() : int

Valore restituito

Tipo: System.Int32
The number of packages.

Vedere anche

Riferimento

IDTSProject100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper