Partager via


Add méthode (Assembly)

Adds an Assembly to the end of the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    item As Assembly _
) As Integer
'Utilisation
Dim instance As AssemblyCollection
Dim item As [Assembly]
Dim returnValue As Integer

returnValue = instance.Add(item)
public int Add(
    Assembly item
)
public:
int Add(
    Assembly^ item
)
member Add : 
        item:Assembly -> int 
public function Add(
    item : Assembly
) : int

Paramètres

Valeur de retour

Type : System. . :: . .Int32
The zero-based index at which the Assembly has been added.