AggregationDesignCollection.Move Yöntemi (Int32, Int32)
Hareket bir AggregationDesign, geçerli koleksiyon yeni belirtilen bir dizin için dizin belirtilebilir
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Function Move ( _
fromIndex As Integer, _
toIndex As Integer _
) As AggregationDesign
'Kullanım
Dim instance As AggregationDesignCollection
Dim fromIndex As Integer
Dim toIndex As Integer
Dim returnValue As AggregationDesign
returnValue = instance.Move(fromIndex, _
toIndex)
public AggregationDesign Move(
int fromIndex,
int toIndex
)
public:
AggregationDesign^ Move(
int fromIndex,
int toIndex
)
member Move :
fromIndex:int *
toIndex:int -> AggregationDesign
public function Move(
fromIndex : int,
toIndex : int
) : AggregationDesign
Parametreler
- fromIndex
Tür: System.Int32
Sıfır tabanlı dizini AggregationDesign taşınacak.
- toIndex
Tür: System.Int32
Taşımak için sıfır tabanlı dizin AggregationDesign tarafından belirtilen fromIndex.
Dönüş Değeri
Tür: Microsoft.AnalysisServices.AggregationDesign
AggregationDesign Taşınacak.
Kural dışı durumlar
Özel durum | Koşul |
---|---|
ArgumentOutOfRangeException | fromIndexsıfırdan küçük. - veya - fromIndex' e eşit veya daha büyük [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. - veya - toIndexsıfırdan küçük. - veya - toIndex' e eşit veya daha büyük [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. |
Ayrıca bkz.