FilterNodeFunction.GetParameter Method
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the parameter at the specified index.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function GetParameter ( _
index As Integer _
) As FilterNode
'Usage
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
Parameters
- index
Type: System.Int32
The index of the parameter to get.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
A FilterNode object that represents the parameter.