Método Add
Creates and adds an Assembly to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Add As ClrAssembly
'Uso
Dim instance As AssemblyCollection
Dim returnValue As ClrAssembly
returnValue = instance.Add()
public ClrAssembly Add()
public:
ClrAssembly^ Add()
member Add : unit -> ClrAssembly
public function Add() : ClrAssembly
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .ClrAssembly
A new, empty Assembly.
Consulte também