次の方法で共有


Move メソッド (MiningStructure, Int32)

MiningStructure をコレクション内の新しいインデックスに移動します。

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

構文

'宣言
Public Sub Move ( _
    item As MiningStructure, _
    toIndex As Integer _
)
'使用
Dim instance As MiningStructureCollection
Dim item As MiningStructure
Dim toIndex As Integer

instance.Move(item, toIndex)
public void Move(
    MiningStructure item,
    int toIndex
)
public:
void Move(
    MiningStructure^ item, 
    int toIndex
)
member Move : 
        item:MiningStructure * 
        toIndex:int -> unit 
public function Move(
    item : MiningStructure, 
    toIndex : int
)

パラメーター

例外

例外 条件
ArgumentOutOfRangeException

toIndex is less than zero.

-or-

toIndex is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].

-or-

item does not exist in the collection.