RoleCollection.Insert Yöntemi (Int32, Role)
Ekler bir Role içine koleksiyon adresinde belirtilen dizini.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Sub Insert ( _
index As Integer, _
item As Role _
)
'Kullanım
Dim instance As RoleCollection
Dim index As Integer
Dim item As Role
instance.Insert(index, item)
public void Insert(
int index,
Role item
)
public:
void Insert(
int index,
Role^ item
)
member Insert :
index:int *
item:Role -> unit
public function Insert(
index : int,
item : Role
)
Parametreler
- index
Tür: System.Int32
En yeni eklemek sıfır tabanlı dizini Role.
- item
Tür: Microsoft.AnalysisServices.Role
Role Ekle.
Kural dışı durumlar
Özel durum | Koşul |
---|---|
ArgumentOutOfRangeException | indexsıfırdan küçük. - veya - index' e eşit veya daha büyük [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. |