Condividi tramite


Metodo AssemblyCollection.Insert (Int32)

Creates and inserts an Assembly into the collection at the specified index.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Insert ( _
    index As Integer _
) As ClrAssembly
'Utilizzo
Dim instance As AssemblyCollection 
Dim index As Integer 
Dim returnValue As ClrAssembly 

returnValue = instance.Insert(index)
public ClrAssembly Insert(
    int index
)
public:
ClrAssembly^ Insert(
    int index
)
member Insert : 
        index:int -> ClrAssembly
public function Insert(
    index : int
) : ClrAssembly

Parametri

Valore restituito

Tipo: Microsoft.AnalysisServices.ClrAssembly
A new, empty Assembly.

Eccezioni

Eccezione Condizione
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].

Vedere anche

Riferimento

AssemblyCollection Classe

Overload Insert

Spazio dei nomi Microsoft.AnalysisServices