Freigeben über


AssemblyCollection.Add-Methode

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

Rückgabewert

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

Siehe auch

Verweis

AssemblyCollection Klasse

Add-Überladung

Microsoft.AnalysisServices-Namespace