AggregationAttribute 构造函数 (String)

Initializes a new instance of AggregationAttribute using the attributeID of a DimensionAttribute.

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

语法

声明
Public Sub New ( _
    attributeID As String _
)
用法
Dim attributeID As String

Dim instance As New AggregationAttribute(attributeID)
public AggregationAttribute(
    string attributeID
)
public:
AggregationAttribute(
    String^ attributeID
)
new : 
        attributeID:string -> AggregationAttribute
public function AggregationAttribute(
    attributeID : String
)

参数