Compartir a través de


AttributeUsage Enumeration

Defines how a DimensionAttribute can be used.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
<GuidAttribute("A869FC84-35F7-4aae-A54D-0E7AB1F3D666")> _
Public Enumeration AttributeUsage
[GuidAttribute("A869FC84-35F7-4aae-A54D-0E7AB1F3D666")] 
public enum AttributeUsage
[GuidAttribute(L"A869FC84-35F7-4aae-A54D-0E7AB1F3D666")] 
public enum class AttributeUsage
/** @attribute GuidAttribute("A869FC84-35F7-4aae-A54D-0E7AB1F3D666") */ 
public enum AttributeUsage
GuidAttribute("A869FC84-35F7-4aae-A54D-0E7AB1F3D666") 
public enum AttributeUsage

Members

Member name Description
Key Represents the key element in a single element key or one of the elements in a multi element key.
Parent Represents the parent in a parent-child dimension.
Regular Represents that the attribute is a regular attribute.

Notas

Nuevo:17 de julio de 2006

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.AnalysisServices Namespace