Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines a derived data type that represents a COM library associated with a Server or Database element.
Security Note |
|---|
COM assemblies might pose a security risk. Due to this risk and other considerations, COM assemblies were deprecated in SQL Server 2008 Analysis Services (SSAS). COM assemblies might not be supported in future releases. |
Syntax
<ComAssembly>
<!-- The following elements extend Assembly -->
<Source>...</Source>
</ComAssembly>
Data Type Characteristics
Characteristic |
Description |
|---|---|
Base data types |
|
Derived data types |
None |
Data Type Relationships
Relationship |
Element |
|---|---|
Parent elements |
None |
Child elements |
|
Derived elements |
See Assembly (Assemblies collection of Database or Server) |
Remarks
The ComAssembly element contains a reference (either the fully qualified file name or the programmatic identifier) to a COM library associated with an instance of Microsoft SQL Server Analysis Services or with a specific database on an instance of SSAS.
The corresponding element in the Analysis Management Objects (AMO) object model is ComAssembly.
Security Note