共用方式為


AdomdPropertyCollection.IndexOf 方法

Returns the zero-based index of the first occurrence of a property in the AdomdPropertyCollection.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public Function IndexOf ( _
    value As AdomdProperty _
) As Integer
'用途
Dim instance As AdomdPropertyCollection 
Dim value As AdomdProperty 
Dim returnValue As Integer 

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

參數

傳回值

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

請參閱

參考

AdomdPropertyCollection 類別

Microsoft.AnalysisServices.AdomdClient 命名空間