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 an abstract primitive data type that represents a Microsoft .NET Framework assembly or a COM dynamic link library (DLL) 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
<Assembly>
<Name>...</Name>
<ID>...</ID>
<Description>...</Description>
<CreatedTimestamp>...</CreatedTimestamp>
<LastSchemaUpdate>...</LastSchemaUpdate>
<ImpersonationInfo>...</ImpersonationInfo>
<Annotations>...</Annotations>
</Assembly>
Data Type Characteristics
Characteristic |
Description |
|---|---|
Base data types |
None |
Derived data types |
Data Type Relationships
Relationship |
Element |
|---|---|
Parent elements |
None |
Child elements |
Annotations, CreatedTimestamp, Description, ID, ImpersonationInfo, LastSchemaUpdate, Name |
Derived elements |
None |
Remarks
The Assembly data type serves as the base data type for the ComAssembly element, which represents COM libraries associated with the instance or database, and the ClrAssembly element, which represents .NET Framework assemblies associated with the instance or database. For more information about assemblies, see Multidimensional Model Assemblies Management.
The corresponding element in the Analysis Management Objects (AMO) object model is Assembly.
Security Note