Aracılığıyla paylaş


AssemblyCollection.Move Yöntemi (Assembly, Int32)

Hareket bir Assembly içinde yeni bir dizin için koleksiyon.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public Sub Move ( _
    item As Assembly, _
    toIndex As Integer _
)
'Kullanım
Dim instance As AssemblyCollection
Dim item As [Assembly]
Dim toIndex As Integer

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

Parametreler

  • toIndex
    Tür: System.Int32
    Taşımak için sıfır tabanlı dizin Assembly tarafından belirtilen item.

Kural dışı durumlar

Özel durum Koşul
ArgumentOutOfRangeException

toIndexsıfırdan küçük.

- veya -

toIndex' e eşit veya daha büyük [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].

- veya -

itemkoleksiyon tarafından yer alıyor.