次の方法で共有


NamedComponentCollection.IndexOfName メソッド

名前によって識別される NamedComponent のインデックスをコレクションから取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function IndexOfName ( _
    name As String _
) As Integer
'使用
Dim instance As NamedComponentCollection 
Dim name As String 
Dim returnValue As Integer 

returnValue = instance.IndexOfName(name)
public int IndexOfName(
    string name
)
public:
int IndexOfName(
    String^ name
)
member IndexOfName : 
        name:string -> int
public function IndexOfName(
    name : String
) : int

パラメーター

  • name
    型: System.String
    コレクション内で検索する名前です。 

戻り値

型: System.Int32
コレクションで NamedComponent が検索された 0 から始まるインデックスです。

関連項目

参照

NamedComponentCollection クラス

Microsoft.AnalysisServices 名前空間