Свойство FilterNodeFunction.ParameterCount

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Gets the number of parameters in the function.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public ReadOnly Property ParameterCount As Integer 
    Get
'Применение
Dim instance As FilterNodeFunction 
Dim value As Integer 

value = instance.ParameterCount
public int ParameterCount { get; }
public:
property int ParameterCount {
    int get ();
}
member ParameterCount : int
function get ParameterCount () : int

Значение свойства

Тип: System.Int32
The number of parameters in the function.

См. также

Справочник

FilterNodeFunction Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc