Compartir a través de


IDTSProject100.GetParameterCount Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the number of parameter.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Function GetParameterCount As Integer
'Uso
Dim instance As IDTSProject100 
Dim returnValue As Integer 

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

Valor devuelto

Tipo: System.Int32
The number of parameter.

Vea también

Referencia

IDTSProject100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper