Database.Assemblies Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of assemblies associated with a Database.

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

Syntax

[XmlArrayAttribute]
[BrowsableAttribute(false)]
public AssemblyCollection Assemblies { get; }
public:
[XmlArrayAttribute]
[BrowsableAttribute(false)]
property AssemblyCollection^ Assemblies {
    AssemblyCollection^ get();
}
[<XmlArrayAttribute>]
[<BrowsableAttribute(false)>]
member Assemblies : AssemblyCollection with get
<XmlArrayAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property Assemblies As AssemblyCollection

Property Value

Type: Microsoft.AnalysisServices.AssemblyCollection

A collection of assemblies.

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top