AggregationDesignAttribute.Attribute 属性

Gets the primitive data type that represents the association between an attribute and an AggregationDesignAttribute element.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Attribute As DimensionAttribute 
    Get
用法
Dim instance As AggregationDesignAttribute 
Dim value As DimensionAttribute 

value = instance.Attribute
[BrowsableAttribute(false)]
public DimensionAttribute Attribute { get; }
[BrowsableAttribute(false)]
public:
property DimensionAttribute^ Attribute {
    DimensionAttribute^ get ();
}
[<BrowsableAttribute(false)>]
member Attribute : DimensionAttribute
function get Attribute () : DimensionAttribute

属性值

类型:Microsoft.AnalysisServices.DimensionAttribute
A DimensionAttribute object

请参阅

参考

AggregationDesignAttribute 类

Microsoft.AnalysisServices 命名空间