AttributeUsage 枚举
Defines how a DimensionAttribute can be used.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<GuidAttribute("A869FC84-35F7-4aae-A54D-0E7AB1F3D666")> _
Public Enumeration AttributeUsage
用法
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
成员
成员名称 | 说明 | |
---|---|---|
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. |
注释
新增日期: 2006 年 7 月 17 日