Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Gets the parameter at the specified index.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Function GetParameter ( _
index As Integer _
) As FilterNode
'Применение
Dim instance As FilterNodeFunction
Dim index As Integer
Dim returnValue As FilterNode
returnValue = instance.GetParameter(index)
public FilterNode GetParameter(
int index
)
public:
FilterNode^ GetParameter(
int index
)
member GetParameter :
index:int -> FilterNode
public function GetParameter(
index : int
) : FilterNode
Параметры
- index
Тип: System.Int32
The index of the parameter to get.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
A FilterNode object that represents the parameter.