Aracılığıyla paylaş


MeasureCollection.Move Yöntemi (String, Int32)

Hareket bir Measure, belirtilen tanımlayıcı belirtilen dizin içinde ile koleksiyon.

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

Sözdizimi

'Bildirim
Public Function Move ( _
    id As String, _
    toIndex As Integer _
) As Measure
'Kullanım
Dim instance As MeasureCollection
Dim id As String
Dim toIndex As Integer
Dim returnValue As Measure

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

Parametreler

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

Dönüş Değeri

Tür: Microsoft.AnalysisServices.Measure
Measure 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 -

idkoleksiyon tarafından yer alıyor.