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.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public Function IndexOf ( _
As String _
) As Integer
用法
Dim instance As AdomdParameterCollection
DimAs String
Dim returnValue As Integer
returnValue = instance.IndexOf()
public int IndexOf(
string
)
public:
virtual int IndexOf(
String^
) sealed
abstract IndexOf :
:string -> int
override IndexOf :
:string -> int
public final function IndexOf(
: String
) : int
参数
- __unnamed0
类型: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. Otherwise, it returns -1.
实现
IDataParameterCollection.IndexOf(String)