Partager via


Énumération ClrAssemblyFileType

Identifies the file type of a ClrAssembly.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("4ED058B4-6CD9-4ca4-9125-73CD589C56AE")> _
Public Enumeration ClrAssemblyFileType
'Utilisation
Dim instance As ClrAssemblyFileType
[GuidAttribute("4ED058B4-6CD9-4ca4-9125-73CD589C56AE")]
public enum ClrAssemblyFileType
[GuidAttribute(L"4ED058B4-6CD9-4ca4-9125-73CD589C56AE")]
public enum class ClrAssemblyFileType
[<GuidAttribute("4ED058B4-6CD9-4ca4-9125-73CD589C56AE")>]
type ClrAssemblyFileType
public enum ClrAssemblyFileType

Membres

Nom de membre Description
Main A CLR assembly that contains the publicly visible functions for users to call from stored procedures, MDX statements, or DMX statements.
Dependent A CLR assembly that contains the helper functions for the publicly visible functions.
Debug A .pdb file with the debugging information.

Notes

Nouveau : 17 juillet 2006