MiningModelColumnCollection.Move Yöntemi (String, Int32)
Hareket bir MiningModelColumn , belirtilen tanımlayıcı belirtilen dizin içinde olan 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 MiningModelColumn
'Kullanım
Dim instance As MiningModelColumnCollection
Dim id As String
Dim toIndex As Integer
Dim returnValue As MiningModelColumn
returnValue = instance.Move(id, toIndex)
public MiningModelColumn Move(
string id,
int toIndex
)
public:
MiningModelColumn^ Move(
String^ id,
int toIndex
)
member Move :
id:string *
toIndex:int -> MiningModelColumn
public function Move(
id : String,
toIndex : int
) : MiningModelColumn
Parametreler
- id
Tür: System.String
Tanıtıcısı MiningModelColumn taşıma.
- toIndex
Tür: System.Int32
Taşımak için sıfır tabanlı dizin MiningModelColumn tarafından belirtilen id.
Dönüş Değeri
Tür: Microsoft.AnalysisServices.MiningModelColumn
MiningModelColumn , Taşındı.
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 - ididoes yok koleksiyon. |
Ayrıca bkz.