AdomdParameterCollection.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
매개 변수
- parameterName
유형: System.String
The name of the AdomdParameter object to locate in the AdomdParameterCollection collection.
반환 값
유형: System.Int32
The index of value if found in the list, -1 otherwise.
구현
IDataParameterCollection.IndexOf(String)