AggregationAttributeCollection.Add 方法 (String)

Creates, adds to collection and returns a new AggregationAttribute.

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

语法

声明
Public Function Add ( _
    attributeId As String _
) As AggregationAttribute
用法
Dim instance As AggregationAttributeCollection 
Dim attributeId As String 
Dim returnValue As AggregationAttribute 

returnValue = instance.Add(attributeId)
public AggregationAttribute Add(
    string attributeId
)
public:
AggregationAttribute^ Add(
    String^ attributeId
)
member Add : 
        attributeId:string -> AggregationAttribute
public function Add(
    attributeId : String
) : AggregationAttribute

参数

返回值

类型:Microsoft.AnalysisServices.AggregationAttribute
The newly created AggregationAttribute.

请参阅

参考

AggregationAttributeCollection 类

Add 重载

Microsoft.AnalysisServices 命名空间