次の方法で共有


RelationshipEndAttributeCollection.Move メソッド (String, Int32)

指定されたインデックス位置にある項目をコレクション内の別の位置に移動します。属性 ID を引数として受け取ります。

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

構文

'宣言
Public Function Move ( _
    attributeId As String, _
    toIndex As Integer _
) As RelationshipEndAttribute
'使用
Dim instance As RelationshipEndAttributeCollection 
Dim attributeId As String 
Dim toIndex As Integer 
Dim returnValue As RelationshipEndAttribute 

returnValue = instance.Move(attributeId, _
    toIndex)
public RelationshipEndAttribute Move(
    string attributeId,
    int toIndex
)
public:
RelationshipEndAttribute^ Move(
    String^ attributeId, 
    int toIndex
)
member Move : 
        attributeId:string * 
        toIndex:int -> RelationshipEndAttribute
public function Move(
    attributeId : String, 
    toIndex : int
) : RelationshipEndAttribute

パラメーター

  • toIndex
    型: System.Int32
    項目の新しい位置を指定する 0 から始まるインデックスです。

戻り値

型: Microsoft.AnalysisServices.RelationshipEndAttribute
属性 ID に基づいて指定されたインデックス位置からコレクション内の別の位置に移動された項目です。

関連項目

参照

RelationshipEndAttributeCollection クラス

Move オーバーロード

Microsoft.AnalysisServices 名前空間