MeasureCollection.Move Yöntemi (Measure, Int32)
Hareket bir Measure 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 Measure, _
toIndex As Integer _
)
'Kullanım
Dim instance As MeasureCollection
Dim item As Measure
Dim toIndex As Integer
instance.Move(item, toIndex)
public void Move(
Measure item,
int toIndex
)
public:
void Move(
Measure^ item,
int toIndex
)
member Move :
item:Measure *
toIndex:int -> unit
public function Move(
item : Measure,
toIndex : int
)
Parametreler
- item
Tür: Microsoft.AnalysisServices.Measure
Measure Taşınacak.
- toIndex
Tür: System.Int32
Taşımak için sıfır tabanlı dizin Measure 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. |
Ayrıca bkz.