ClrAssemblyFileType Enumeration

Identifies the file type of a ClrAssembly.

命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

語法

'宣告
<GuidAttribute("4ED058B4-6CD9-4ca4-9125-73CD589C56AE")> _
Public Enumeration ClrAssemblyFileType
[GuidAttribute("4ED058B4-6CD9-4ca4-9125-73CD589C56AE")] 
public enum ClrAssemblyFileType
[GuidAttribute(L"4ED058B4-6CD9-4ca4-9125-73CD589C56AE")] 
public enum class ClrAssemblyFileType
/** @attribute GuidAttribute("4ED058B4-6CD9-4ca4-9125-73CD589C56AE") */ 
public enum ClrAssemblyFileType
GuidAttribute("4ED058B4-6CD9-4ca4-9125-73CD589C56AE") 
public enum ClrAssemblyFileType

Members

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.

備註

新增:2006 年 7 月 17 日

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.AnalysisServices Namespace