DimensionAttributeCollection.Insert Yöntemi (Int32, String)
Oluşturur ve ekler bir DimensionAttribute belirtilen adı taşıyan 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 DimensionAttribute
'Kullanım
Dim instance As DimensionAttributeCollection
Dim index As Integer
Dim name As String
Dim returnValue As DimensionAttribute
returnValue = instance.Insert(index, name)
public DimensionAttribute Insert(
int index,
string name
)
public:
DimensionAttribute^ Insert(
int index,
String^ name
)
member Insert :
index:int *
name:string -> DimensionAttribute
public function Insert(
index : int,
name : String
) : DimensionAttribute
Parametreler
- index
Tür: System.Int32
Hangi sıfır tabanlı dizin yeni DimensionAttribute eklenecektir.
- name
Tür: System.String
Adı DimensionAttribute eklenecek.
Dönüş Değeri
Tür: Microsoft.AnalysisServices.DimensionAttribute
Bir yeni, boş DimensionAttribute.
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]. |