不要直接在程式碼中參照此成員。其支援 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.