ClrAssemblyFileType Enum

Definition

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

Debug 2

A .pdb file with the debugging information.

Dependent 1

A CLR assembly that contains the helper functions for the publicly visible functions.

Main 0

A CLR assembly that contains the publicly visible functions for users to call from stored procedures, MDX statements, or DMX statements.

Applies to