Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.