Метод IDTSProject100.GetParameterCount
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets the number of parameter.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Function GetParameterCount As Integer
'Применение
Dim instance As IDTSProject100
Dim returnValue As Integer
returnValue = instance.GetParameterCount()
int GetParameterCount()
int GetParameterCount()
abstract GetParameterCount : unit -> int
function GetParameterCount() : int
Возвращаемое значение
Тип: System.Int32
The number of parameter.