Condividi tramite


ClrAssemblyFileType Enumeration

Identifies the file type of a ClrAssembly.

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
<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.

Osservazioni

Data creazione:17 luglio 2006

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.AnalysisServices Namespace