Compartilhar via


Método IDTSProject100.GetParameterCount

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the number of parameter.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: System.Int32
The number of parameter.

Consulte também

Referência

IDTSProject100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper