AttributeBindingType Enumeration

Defines the types for an AttributeBindingType object.

命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

語法

'宣告
<GuidAttribute("F0E0FD1D-1257-4b4a-BD45-38C86D2F970C")> _
Public Enumeration AttributeBindingType
[GuidAttribute("F0E0FD1D-1257-4b4a-BD45-38C86D2F970C")] 
public enum AttributeBindingType
[GuidAttribute(L"F0E0FD1D-1257-4b4a-BD45-38C86D2F970C")] 
public enum class AttributeBindingType
/** @attribute GuidAttribute("F0E0FD1D-1257-4b4a-BD45-38C86D2F970C") */ 
public enum AttributeBindingType
GuidAttribute("F0E0FD1D-1257-4b4a-BD45-38C86D2F970C") 
public enum AttributeBindingType

Members

Member name Description
All Attribute is the All level.
CustomRollup Defines the details of a column that provides a custom rollup formula.
CustomRollupProperties Defines the details of a column that provides details about the properties of the custom rollup.
Key Defines the unique key, which includes the data type of the key within OLAP, and the binding.
Name Defines the column that provides the name of the attribute.
SkippedLevels Defines the column that stores the number of skipped (empty) levels between each member and its parent
Translation Represents a set of translations for the attribute, this includes (for each language) both a caption for the attribute and a binding to a column that contains the captions for the attribute values.
UnaryOperator Defines the column that provides a unary operator.
Value Contains the value of the attribute.

備註

新增:2006 年 7 月 17 日

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.AnalysisServices Namespace