Metodo IDTSProject100.GetParameterCount

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

Gets the number of parameter.

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

Sintassi

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

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

Valore restituito

Tipo: System.Int32
The number of parameter.

Vedere anche

Riferimento

IDTSProject100 Interfaccia

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