Méthode FilterNodeFunction.GetParameter
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets the parameter at the specified index.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function GetParameter ( _
index As Integer _
) As FilterNode
'Utilisation
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
Paramètres
- index
Type : System.Int32
The index of the parameter to get.
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
A FilterNode object that represents the parameter.