RelationshipEndAttributeCollection.IndexOf メソッド (String)
指定された文字列がこのインスタンス内で最初に出現する位置のインデックスを報告します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function IndexOf ( _
attributeId As String _
) As Integer
'使用
Dim instance As RelationshipEndAttributeCollection
Dim attributeId As String
Dim returnValue As Integer
returnValue = instance.IndexOf(attributeId)
public int IndexOf(
string attributeId
)
public:
int IndexOf(
String^ attributeId
)
member IndexOf :
attributeId:string -> int
public function IndexOf(
attributeId : String
) : int
パラメーター
- attributeId
型: System.String
属性の ID です。
戻り値
型: System.Int32
指定した文字列がこのインスタンス内で最初に出現する位置のインデックスです。