RoleCollection.Insert Yöntemi (Int32)
Oluşturur ve 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 Function Insert ( _
index As Integer _
) As Role
'Kullanım
Dim instance As RoleCollection
Dim index As Integer
Dim returnValue As Role
returnValue = instance.Insert(index)
public Role Insert(
int index
)
public:
Role^ Insert(
int index
)
member Insert :
index:int -> Role
public function Insert(
index : int
) : Role
Parametreler
- index
Tür: System.Int32
En yeni eklemek sıfır tabanlı dizini Role.
Dönüş Değeri
Tür: Microsoft.AnalysisServices.Role
Bir yeni, boş Role.
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]. |