Metoda AssemblyCollection.Insert (Int32, String)
Tworzy i wstawia Assembly, z identyfikatorem określonego do kolekcja pod określonym indeksem.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Insert ( _
index As Integer, _
name As String _
) As ClrAssembly
'Użycie
Dim instance As AssemblyCollection
Dim index As Integer
Dim name As String
Dim returnValue As ClrAssembly
returnValue = instance.Insert(index, name)
public ClrAssembly Insert(
int index,
string name
)
public:
ClrAssembly^ Insert(
int index,
String^ name
)
member Insert :
index:int *
name:string -> ClrAssembly
public function Insert(
index : int,
name : String
) : ClrAssembly
Parametry
- index
Typ: System.Int32
Od zera indeksu, w którym nowy Assembly będą wstawiane.
- name
Typ: System.String
Nazwa Assembly do wstawienia.
Wartość zwracana
Typ: Microsoft.AnalysisServices.ClrAssembly
Nowy, pusty Assembly.
Wyjątki
Wyjątek | Warunek |
---|---|
ArgumentOutOfRangeException | indexjest mniejszy od zera. - lub - indexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. |
Zobacz także