ClrAssemblyFileType Enum
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.
Identifies the file type of a ClrAssembly.
[System.Runtime.InteropServices.Guid("4ED058B4-6CD9-4ca4-9125-73CD589C56AE")]
public enum ClrAssemblyFileType
[<System.Runtime.InteropServices.Guid("4ED058B4-6CD9-4ca4-9125-73CD589C56AE")>]
type ClrAssemblyFileType =
Public Enum ClrAssemblyFileType
- Inheritance
-
ClrAssemblyFileType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Main | 0 | A CLR assembly that contains the publicly visible functions for users to call from stored procedures, MDX statements, or DMX statements. |
Dependent | 1 | A CLR assembly that contains the helper functions for the publicly visible functions. |
Debug | 2 | A .pdb file with the debugging information. |