Aracılığıyla paylaş


DatabaseCollection.Move Yöntemi (String, Int32)

Hareket bir Database, 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 Database
'Kullanım
Dim instance As DatabaseCollection
Dim id As String
Dim toIndex As Integer
Dim returnValue As Database

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

Parametreler

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

Dönüş Değeri

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