ClrAssemblyFileType 枚举
Identifies the file type of a ClrAssembly.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<GuidAttribute("4ED058B4-6CD9-4ca4-9125-73CD589C56AE")> _
Public Enumeration ClrAssemblyFileType
用法
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
成员
成员名称 | 说明 | |
---|---|---|
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. |
注释
新增日期: 2006 年 7 月 17 日