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

指定した識別子を持つ Trace を、コレクション内の指定したインデックスに移動します。

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

構文

'宣言
Public Function Move ( _
    id As String, _
    toIndex As Integer _
) As Trace
'使用
Dim instance As TraceCollection 
Dim id As String 
Dim toIndex As Integer 
Dim returnValue As Trace 

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

パラメーター

  • toIndex
    型: System.Int32
    Trace の移動先となる 0 から始まるインデックスです。

戻り値

型: Microsoft.AnalysisServices.Trace
移動される Trace です。

例外

例外 条件
ArgumentOutOfRangeException

fromIndex に 0 より小さい値が指定されています。

- または -

fromIndex に [H:Microsoft.AnalysisServices.ModelComponentCollection.Count] 以上の値が指定されています。

-または-

id がコレクションに存在しません。

関連項目

参照

TraceCollection クラス

Move オーバーロード

Microsoft.AnalysisServices 名前空間