MeasureGroupCollection.Insert Yöntemi (Int32, String, String)
Oluşturur ve ekler bir MeasureGroupbelirtilen ad ve tanımlayıcı, koleksiyon belirtilen dizin.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Function Insert ( _
index As Integer, _
name As String, _
id As String _
) As MeasureGroup
'Kullanım
Dim instance As MeasureGroupCollection
Dim index As Integer
Dim name As String
Dim id As String
Dim returnValue As MeasureGroup
returnValue = instance.Insert(index, name, _
id)
public MeasureGroup Insert(
int index,
string name,
string id
)
public:
MeasureGroup^ Insert(
int index,
String^ name,
String^ id
)
member Insert :
index:int *
name:string *
id:string -> MeasureGroup
public function Insert(
index : int,
name : String,
id : String
) : MeasureGroup
Parametreler
- index
Tür: System.Int32
En yeni eklemek sıfır tabanlı dizini MeasureGroup.
- name
Tür: System.String
Adı MeasureGroup Ekle.
- id
Tür: System.String
Tanıtıcısı MeasureGroup Ekle.
Dönüş Değeri
Tür: Microsoft.AnalysisServices.MeasureGroup
Bir yeni, boş MeasureGroup.
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]. |
Ayrıca bkz.