Compartir a través de


Add Método (Assembly)

Adds an Assembly to the end of the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function Add ( _
    item As Assembly _
) As Integer
'Uso
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

Parámetros

Valor devuelto

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