IndexOf 方法 (AdomdParameter)

Returns the zero-based index of the first occurrence of a parameter in the AdomdParameterCollection collection.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public Function IndexOf ( _
    value As AdomdParameter _
) As Integer
用法
Dim instance As AdomdParameterCollection
Dim value As AdomdParameter
Dim returnValue As Integer

returnValue = instance.IndexOf(value)
public int IndexOf(
    AdomdParameter value
)
public:
int IndexOf(
    AdomdParameter^ value
)
member IndexOf : 
        value:AdomdParameter -> int 
public function IndexOf(
    value : AdomdParameter
) : int

返回值

类型:System. . :: . .Int32
The index of value if found in the list, -1 otherwise.