Server.Assemblies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of assemblies from the Server object.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.AssemblyCollection Assemblies { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Assemblies : Microsoft.AnalysisServices.AssemblyCollection
Public ReadOnly Property Assemblies As AssemblyCollection
Property Value
An assembly collection.
- Attributes
Examples
...
Remarks
The collections associated with Server Assemblies are typically collections of DLLs. The user functions defined in assemblies can be called from MDX queries.