Metodo Add (Assembly)
Adds an Assembly to the end of the collection.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add ( _
item As Assembly _
) As Integer
'Utilizzo
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
Parametri
- item
Tipo: Microsoft.AnalysisServices. . :: . .Assembly
The Assembly to be added.
Valore restituito
Tipo: System. . :: . .Int32
The zero-based index at which the Assembly has been added.
Vedere anche