ClrAssemblyFileType Enumeration
Applies To: SQL Server (starting with 2016)
Identifies the file type of a ClrAssembly.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Member name | Description | |
|---|---|---|
| Debug | A .pdb file with the debugging information. | |
| Dependent | A CLR assembly that contains the helper functions for the publicly visible functions. | |
| Main | A CLR assembly that contains the publicly visible functions for users to call from stored procedures, MDX statements, or DMX statements. |
Show: