ClrAssemblyFileType 열거형
Identifies the file type of a ClrAssembly.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
<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
멤버
멤버 이름 | 설명 | |
---|---|---|
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. |
주의
새 항목: 2006년 7월 17일