Compartir a través de


Enumeración ClrAssemblyFileType

Identifies the file type of a ClrAssembly.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<GuidAttribute("4ED058B4-6CD9-4ca4-9125-73CD589C56AE")> _
Public Enumeration ClrAssemblyFileType
'Uso
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

Miembros

Nombre del miembro Descripción
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.

Comentarios

Nuevo:   17 de julio de 2006

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices