Aracılığıyla paylaş


AggregationDesignCollection.Insert Yöntemi (Int32, String)

Oluşturur ve ekler bir AggregationDesign, belirtilen tanımlayıcısı ile 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, _
    name As String _
) As AggregationDesign
'Kullanım
Dim instance As AggregationDesignCollection
Dim index As Integer
Dim name As String
Dim returnValue As AggregationDesign

returnValue = instance.Insert(index, name)
public AggregationDesign Insert(
    int index,
    string name
)
public:
AggregationDesign^ Insert(
    int index, 
    String^ name
)
member Insert : 
        index:int * 
        name:string -> AggregationDesign 
public function Insert(
    index : int, 
    name : String
) : AggregationDesign

Parametreler

Dönüş Değeri

Tür: Microsoft.AnalysisServices.AggregationDesign
Bir yeni, boş AggregationDesign.

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].