Enumerazione AttributeUsage
Defines how a DimensionAttribute can be used.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("A869FC84-35F7-4aae-A54D-0E7AB1F3D666")> _
Public Enumeration AttributeUsage
'Utilizzo
Dim instance As AttributeUsage
[GuidAttribute("A869FC84-35F7-4aae-A54D-0E7AB1F3D666")]
public enum AttributeUsage
[GuidAttribute(L"A869FC84-35F7-4aae-A54D-0E7AB1F3D666")]
public enum class AttributeUsage
[<GuidAttribute("A869FC84-35F7-4aae-A54D-0E7AB1F3D666")>]
type AttributeUsage
public enum AttributeUsage
Membri
Nome membro | Descrizione | |
---|---|---|
Regular | Represents that the attribute is a regular attribute. | |
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. |
Osservazioni
Nuovo: 17 luglio 2006