Share via


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