共用方式為


IndexOf 方法 (String)

Given a property name, this method 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 ( _
    parameterName As String _
) As Integer
'用途
Dim instance As AdomdParameterCollection
Dim parameterName As String
Dim returnValue As Integer

returnValue = instance.IndexOf(parameterName)
public int IndexOf(
    string parameterName
)
public:
virtual int IndexOf(
    String^ parameterName
) sealed
abstract IndexOf : 
        parameterName:string -> int 
override IndexOf : 
        parameterName:string -> int 
public final function IndexOf(
    parameterName : String
) : int

參數

傳回值

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

實作

IDataParameterCollection. . :: . .IndexOf(String)