Dela via


AssemblyCollection.Add Method

Creates and adds an Assembly to the end of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Add As ClrAssembly
'Usage
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

Return Value

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